COLOR #BB845A

HEX: #BB845A RGB: (187,132,90)

Color info

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

RGB color model

#BB845A color RGB value is (187,132,90).

RGB: (187,132,90) (73%, 52%, 35%)

RGB channels and saturation

R 187 of 255 = 73%
G 132 of 255 = 52%
B 90 of 255 = 35%

187
132
90

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

Portions of RGB colors in percentages

R + G + B = 187 + 132 + 90 = 409 (100%)
R 187 of 409 ~ 45.72%
G 132 of 409 ~ 32.27%
B 90 of 409 ~ 22'%

%45.72
%32.27
%22

CMYK color model

#BB845A color CMYK value is (0,29,52,27).

  • cyan value is 0.00%
  • magenta value is 29.41%
  • yellow value is 51.87%
  • key color value is 26.67%

CMYK: (0,29,52,27)
C0M29Y52K27 (0%, 29%, 52%, 27%)
(0.00 / 0.29 / 0.52 / 0.27)

CMYK percentages

%0
%29.41
%51.87
%26.67

Codes

Color #BB845A in popluar color models

BB 84 5A
RGB 187 132 90
HSL 26° 41.63% 54.31%
HSB/HSV 26° 51.87% 73.33%
CMYK 0.00% 29.41% 51.87%
26.67%

Color #BB845A in popluar number systems.

HEX BB 84 5A
Decimal 187 132 90
Binary 10111011 10000100 1011010
Octal 273 204 132

Shades and tints

Shades of #BB845A

#BB845A
(187,132,90)
#AA7852
(170,120,82)
#996C4A
(153,108,74)
#886042
(136,96,66)
#77543A
(119,84,58)
#664832
(102,72,50)
#553C2A
(85,60,42)
#443022
(68,48,34)
#33241A
(51,36,26)
#221812
(34,24,18)
#110C0A
(17,12,10)
#000000
(0,0,0)

Tints of #BB845A

#BB845A
(187,132,90)
#C18F69
(193,143,105)
#C79A78
(199,154,120)
#CDA587
(205,165,135)
#D3B096
(211,176,150)
#D9BBA5
(217,187,165)
#DFC6B4
(223,198,180)
#E5D1C3
(229,209,195)
#EBDCD2
(235,220,210)
#F1E7E1
(241,231,225)
#F7F2F0
(247,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB845A color. Also use rgb(187,132,90) instead hex code.

Text Font Color

.myTextColor { color: #BB845A; }

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

This text font color is #BB845A.

Background Color

.myBgColor { background-color: #BB845A; }

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

This div background color is #BB845A.

Border color

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

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

This div border color is #BB845A.

Opacity

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

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

Text with #BB845A 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 #BB845A;}

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

This text has shadow with #BB845A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB845A.

Preview

Color preview on black background

This text has color #BB845A on black background.


Color preview on white background

This text has color #BB845A on white background.


Black color preview on #BB845A background

This text has black color on #BB845A background.


White color preview on #BB845A background

This text has white color on #BB845A background.


Related colors

Complementary color

Complementary color for #hex is #447BA5.


I love getcolorcode.com

Triadic colors

1 #5ABB84 and #845ABB with #BB845A are triadic colors.

2 #5A84BB and #84BB5A with #BB845A are triadic colors.