#BB876F

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

Shades of Brandy Rose #BB876F

Tints of Brandy Rose #BB876F

Color information

#BB876F (or 0xBB876F) is unknown color: approx Brandy Rose. HEX triplet: BB, 87 and 6F. RGB value is (187,135,111). Sum of RGB (Red+Green+Blue) = 187+135+111=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 135 (53.12% from 255 or 31.18% from 433); Blue value is 111 (43.75% from 255 or 25.64% from 433); Max value from RGB is 187 - color contains mainly: red. Hex color #BB876F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB876F is #447890. Grayscale: #939393. Windows color (decimal): -4487313 or 7309243. OLE color: 7309243.

HSL color Cylindrical-coordinate representation of color #BB876F: hue angle of 18.95º 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 #BB876F is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB187135111-
CMYK00.280.410.27
HSL18.95º35.85%58.43%-
HSV(B)18.95º40.64%73.33%-
XYZ32.0329.0418.96-
YUV147.81107.23155.95-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.19%
GREEN value IS 135 (53.12% from 255) = 31.18%
BLUE value IS 111 (43.75% from 255) = 25.64%
R=43.19%
G=31.18%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713511100.280.410.2718.9535.8558.43
HexBB876F01C291B13243a
Octal2732071570345133234472
Binary101110111000011111011110111001010011101110011100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB876F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB876F; }

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

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

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

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

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

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

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

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