COLOR #BB8469

HEX: #BB8469
RGB: (187,132,105)

Color info

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

RGB color model

#BB8469 color RGB value is (187,132,105).

  • red value is 187;
  • green value is 132;
  • blue value is 105.
RGB: (187,132,105) (73%,52%,41%)

RGB channels and saturation

R 187 of 255 = 73%
G 132 of 255 = 52%
B 105 of 255 = 41%

187
132
105

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

Portions of RGB colors in percentages

R + G + B =
187 + 132 + 105 = 424 (100%)
R 187 of 424 ~ 44.1%
G 132 of 424 ~ 31.13%
B 105 of 424 ~ 24.76%

%44.1
%31.13
%24.76

CMYK color model

#BB8469 color CMYK value is (0,29,44,27).

  • cyan value is 0.00%
  • magenta value is 29.41%
  • yellow value is 43.85%
  • key color value is 26.67%
CMYK: (0,29,44,27) C0M29Y44K27 (0%,29%,44%,27%) (0.00/0.29/0.44/0.27)

CMYK percentages

%0
%29.41
%43.85
%26.67

Codes

Color #BB8469 in popluar color models

BB8469
RGB187132105
HSL20°37.61%57.25%
HSB/HSV20°43.85%73.33%
CMYK0.00%29.41%43.85%
26.67%

Color #BB8469 in popluar number systems.

HEXBB8469
Decimal187132105
Binary10111011100001001101001
Octal273204151

Shades and tints

Shades of #BB8469

#BB8469
(187,132,105)
#AA7860
(170,120,96)
#996C57
(153,108,87)
#88604E
(136,96,78)
#775445
(119,84,69)
#66483C
(102,72,60)
#553C33
(85,60,51)
#44302A
(68,48,42)
#332421
(51,36,33)
#221818
(34,24,24)
#110C0F
(17,12,15)
#000000
(0,0,0)

Tints of #BB8469

#BB8469
(187,132,105)
#C18F76
(193,143,118)
#C79A83
(199,154,131)
#CDA590
(205,165,144)
#D3B09D
(211,176,157)
#D9BBAA
(217,187,170)
#DFC6B7
(223,198,183)
#E5D1C4
(229,209,196)
#EBDCD1
(235,220,209)
#F1E7DE
(241,231,222)
#F7F2EB
(247,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB8469; }

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

This text font color is #BB8469.


Background Color

.myBgColor { background-color: #BB8469; }

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

This div background color is #BB8469.


Border color

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

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

This div border color is #BB8469.


Opacity

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

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

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

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

This text has shadow with #BB8469 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #BB8469 on black background.


Color preview on white background

This text has color #BB8469 on white background.



Black color preview on #BB8469 background

This text has black color on #BB8469 background.


White color preview on #BB8469 background

This text has white color on #BB8469 background.