#BB886F

Color #BB886F Brandy Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brandy Rose #BB886F

Tints of Brandy Rose #BB886F

Color information

#BB886F (or 0xBB886F) is unknown color: approx Brandy Rose. HEX triplet: BB, 88 and 6F. RGB value is (187,136,111). Sum of RGB (Red+Green+Blue) = 187+136+111=434 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.09% from 434); Green value is 136 (53.52% from 255 or 31.34% from 434); Blue value is 111 (43.75% from 255 or 25.58% from 434); Max value from RGB is 187 - color contains mainly: red. Hex color #BB886F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB886F is #447790. Grayscale: #949494. Windows color (decimal): -4487057 or 7309499. OLE color: 7309499.

HSL color Cylindrical-coordinate representation of color #BB886F: hue angle of 19.74º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BB886F is Cyan = 0, Magento = 0.27, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB187136111-
CMYK00.270.410.27
HSL19.74º35.85%58.43%-
HSV(B)19.74º40.64%73.33%-
XYZ32.1729.3219-
YUV148.4106.9155.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 43.09%
GREEN value IS 136 (53.52% from 255) = 31.34%
BLUE value IS 111 (43.75% from 255) = 25.58%
R=43.09%
G=31.34%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713611100.270.410.2719.7435.8558.43
HexBB886F01B291B14243a
Octal2732101570335133244472
Binary101110111000100011011110110111010011101110100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB886F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB886F; }

 p { color: rgb(187,136,111); }

 H1.HeaderClassName
 {
   color: #BB886F;
 }
 .AnyTagClassName
 {
   color: #BB886F;
 }
</style>
background-color css

<style>
 a { background-color: #BB886F; }

 a { background-color: rgb(187,136,111); }

 div.DivClassName
 {
   background-color: #BB886F;
 }
 .BgClassName
 {
   background-color: #BB886F;
 }
</style>
border-color css

<style>
 span { border-color: #BB886F; }

 span { border-color: rgb(187,136,111); }

 td.TdClassName
 {
   border-color: #BB886F;
 }
 .TagClassName
 {
   border-color: #BB886F;
 }
</style>