#B47877

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

Shades of Brandy Rose #B47877

Tints of Brandy Rose #B47877

Color information

#B47877 (or 0xB47877) is unknown color: approx Brandy Rose. HEX triplet: B4, 78 and 77. RGB value is (180,120,119). Sum of RGB (Red+Green+Blue) = 180+120+119=419 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.96% from 419); Green value is 120 (47.27% from 255 or 28.64% from 419); Blue value is 119 (46.88% from 255 or 28.40% from 419); Max value from RGB is 180 - color contains mainly: red. Hex color #B47877 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47877 is #4B8788. Grayscale: #898989. Windows color (decimal): -4949897 or 7829684. OLE color: 7829684.

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

Color convert

RGB180120119-
CMYK00.330.340.29
HSL0.98º28.91%58.63%-
HSV(B)0.98º33.89%70.59%-
XYZ28.8724.4720.65-
YUV137.83117.38158.08-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.96%
GREEN value IS 120 (47.27% from 255) = 28.64%
BLUE value IS 119 (46.88% from 255) = 28.40%
R=42.96%
G=28.64%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012011900.330.340.290.9828.9158.63
HexB47877021221D11d3b
Octal264170167041423513573
Binary1011010011110001110111010000110001011101111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47877; }

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

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

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

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

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

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

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

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