#BB876A

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

Shades of Brandy Rose #BB876A

Tints of Brandy Rose #BB876A

Color information

#BB876A (or 0xBB876A) is unknown color: approx Brandy Rose. HEX triplet: BB, 87 and 6A. RGB value is (187,135,106). Sum of RGB (Red+Green+Blue) = 187+135+106=428 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.69% from 428); Green value is 135 (53.12% from 255 or 31.54% from 428); Blue value is 106 (41.80% from 255 or 24.77% from 428); Max value from RGB is 187 - color contains mainly: red. Hex color #BB876A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB876A is #447895. Grayscale: #939393. Windows color (decimal): -4487318 or 6981563. OLE color: 6981563.

HSL color Cylindrical-coordinate representation of color #BB876A: hue angle of 21.48º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BB876A is Cyan = 0, Magento = 0.28, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB187135106-
CMYK00.280.430.27
HSL21.48º37.33%57.45%-
HSV(B)21.48º43.32%73.33%-
XYZ31.7628.9317.55-
YUV147.24104.73156.36-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.69%
GREEN value IS 135 (53.12% from 255) = 31.54%
BLUE value IS 106 (41.80% from 255) = 24.77%
R=43.69%
G=31.54%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713510600.280.430.2721.4837.3357.45
HexBB876A01C2B1B152539
Octal2732071520345333254571
Binary101110111000011111010100111001010111101110101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB876A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB876A; }

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

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

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

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

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

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

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

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