COLOR #BB915D

HEX: #BB915D
RGB: (187,145,93)

Color info

#BB915D contains mainly red and green colors. Web safe color of #BB915D is #CC9966 (or #C96).

RGB color model

#BB915D color RGB value is (187,145,93).

  • red value is 187;
  • green value is 145;
  • blue value is 93.
RGB:
(187,145,93)
(73%,57%,36%)

RGB channels and saturation

R 187 of 255 = 73%
G 145 of 255 = 57%
B 93 of 255 = 36%

187
145
93

R + G + B ~ 55%. #BB915D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
187 + 145 + 93 = 425 (100%)
R 187 of 425 ~ 44%
G 145 of 425 ~ 34.12%
B 93 of 425 ~ 21.88%

%44
%34.12
%21.88

CMYK color model

#BB915D color CMYK value is (0,22,50,27).

  • cyan value is 0.00%
  • magenta value is 22.46%
  • yellow value is 50.27%
  • key color value is 26.67%
CMYK:
(0,22,50,27)
C0M22Y50K27 
(0%,22%,50%,27%)
(0.00/0.22/0.50/0.27)	

CMYK percentages

%0
%22.46
%50.27
%26.67

Codes

Color #BB915D in popluar color models

BB915D
RGB18714593
HSL33°40.87%54.90%
HSB/HSV33°50.27%73.33%
CMYK0.00%22.46%50.27%
26.67%

Color #BB915D in popluar number systems.

HEXBB915D
Decimal18714593
Binary10111011100100011011101
Octal273221135

Shades and tints

Shades of #BB915D

#BB915D
(187,145,93)
#AA8455
(170,132,85)
#99774D
(153,119,77)
#886A45
(136,106,69)
#775D3D
(119,93,61)
#665035
(102,80,53)
#55432D
(85,67,45)
#443625
(68,54,37)
#33291D
(51,41,29)
#221C15
(34,28,21)
#110F0D
(17,15,13)
#000000
(0,0,0)

Tints of #BB915D

#BB915D
(187,145,93)
#C19B6B
(193,155,107)
#C7A579
(199,165,121)
#CDAF87
(205,175,135)
#D3B995
(211,185,149)
#D9C3A3
(217,195,163)
#DFCDB1
(223,205,177)
#E5D7BF
(229,215,191)
#EBE1CD
(235,225,205)
#F1EBDB
(241,235,219)
#F7F5E9
(247,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB915D color. Also use rgb(187,145,93) instead hex code.

Text Font Color

.myTextColor { color: #BB915D; }

<p style="color:#BB915D">This sample text font color is #BB915D.</p>

This text font color is #BB915D.


Background Color

.myBgColor { background-color: #BB915D; }

<div style="background-color:#BB915D">Inner text</div>

This div background color is #BB915D.


Border color

.myBorderColor { border: 1px solid #BB915D; }

<div style="border:3px solid #BB915D">Div</div>

This div border color is #BB915D.


Opacity

.myOpacity80 { color: #BB915D; opacity: 0.8; }

<p style="color:#BB915D;opacity:0.8;">80%</p>

Text with #BB915D color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BB915D;}

<p style="text-shadow: 3px 3px 1px #BB915D">Text here.</p>

This text has shadow with #BB915D color.

.textShadow {text-shadow: 3px 3px 1px #BB915D, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BB915D, 5px 5px 20px red">Text here.</p>

This text has shadow with #BB915D primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BB915D, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BB915D, Direction=45, Strength=4)">Text</p>

This text has shadow with #BB915D and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #BB915D;
  -webkit-box-shadow:	1px 1px 3px 2px #BB915D;
  box-shadow:		1px 1px 3px 2px #BB915D;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BB915D;
-webkit-box-shadow: 1px 1px 3px 2px #BB915D;
box-shadow:1px 1px 3px 2px #BB915D;">
Div content here</div>
This div box has shadow with color #BB915D.

Preview

Color preview on black background

This text has color #BB915D on black background.


Color preview on white background

This text has color #BB915D on white background.



Black color preview on #BB915D background

This text has black color on #BB915D background.


White color preview on #BB915D background

This text has white color on #BB915D background.