#B47872

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

Shades of Brandy Rose #B47872

Tints of Brandy Rose #B47872

Color information

#B47872 (or 0xB47872) is unknown color: approx Brandy Rose. HEX triplet: B4, 78 and 72. RGB value is (180,120,114). Sum of RGB (Red+Green+Blue) = 180+120+114=414 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.48% from 414); Green value is 120 (47.27% from 255 or 28.99% from 414); Blue value is 114 (44.92% from 255 or 27.54% from 414); Max value from RGB is 180 - color contains mainly: red. Hex color #B47872 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47872 is #4B878D. Grayscale: #898989. Windows color (decimal): -4949902 or 7502004. OLE color: 7502004.

HSL color Cylindrical-coordinate representation of color #B47872: hue angle of 5.45º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B47872 is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB180120114-
CMYK00.330.370.29
HSL5.45º30.56%57.65%-
HSV(B)5.45º36.67%70.59%-
XYZ28.5824.3519.11-
YUV137.26114.88158.49-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.48%
GREEN value IS 120 (47.27% from 255) = 28.99%
BLUE value IS 114 (44.92% from 255) = 27.54%
R=43.48%
G=28.99%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012011400.330.370.295.4530.5657.65
HexB47872021251D51f3a
Octal264170162041453553772
Binary101101001111000111001001000011001011110110111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47872; }

 p { color: rgb(180,120,114); }

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

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

 a { background-color: rgb(180,120,114); }

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

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

 span { border-color: rgb(180,120,114); }

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