#B88872

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

Shades of Brandy Rose #B88872

Tints of Brandy Rose #B88872

Color information

#B88872 (or 0xB88872) is unknown color: approx Brandy Rose. HEX triplet: B8, 88 and 72. RGB value is (184,136,114). Sum of RGB (Red+Green+Blue) = 184+136+114=434 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.40% from 434); Green value is 136 (53.52% from 255 or 31.34% from 434); Blue value is 114 (44.92% from 255 or 26.27% from 434); Max value from RGB is 184 - color contains mainly: red. Hex color #B88872 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88872 is #47778D. Grayscale: #939393. Windows color (decimal): -4683662 or 7506104. OLE color: 7506104.

HSL color Cylindrical-coordinate representation of color #B88872: hue angle of 18.86º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B88872 is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB184136114-
CMYK00.260.380.28
HSL18.86º33.02%58.43%-
HSV(B)18.86º38.04%72.16%-
XYZ31.6129.0119.85-
YUV147.84108.9153.79-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.40%
GREEN value IS 136 (53.52% from 255) = 31.34%
BLUE value IS 114 (44.92% from 255) = 26.27%
R=42.40%
G=31.34%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413611400.260.380.2818.8633.0258.43
HexB8887201A261C13213a
Octal2702101620324634234172
Binary101110001000100011100100110101001101110010011100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88872; }

 p { color: rgb(184,136,114); }

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

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

 a { background-color: rgb(184,136,114); }

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

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

 span { border-color: rgb(184,136,114); }

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