#B47873

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

Shades of Brandy Rose #B47873

Tints of Brandy Rose #B47873

Color information

#B47873 (or 0xB47873) is unknown color: approx Brandy Rose. HEX triplet: B4, 78 and 73. RGB value is (180,120,115). Sum of RGB (Red+Green+Blue) = 180+120+115=415 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.37% from 415); Green value is 120 (47.27% from 255 or 28.92% from 415); Blue value is 115 (45.31% from 255 or 27.71% from 415); Max value from RGB is 180 - color contains mainly: red. Hex color #B47873 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47873 is #4B878C. Grayscale: #898989. Windows color (decimal): -4949901 or 7567540. OLE color: 7567540.

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

Color convert

RGB180120115-
CMYK00.330.360.29
HSL4.62º30.23%57.84%-
HSV(B)4.62º36.11%70.59%-
XYZ28.6324.3719.42-
YUV137.37115.38158.41-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.37%
GREEN value IS 120 (47.27% from 255) = 28.92%
BLUE value IS 115 (45.31% from 255) = 27.71%
R=43.37%
G=28.92%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012011500.330.360.294.6230.2357.84
HexB47873021241D51e3a
Octal264170163041443553672
Binary101101001111000111001101000011001001110110111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47873; }

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

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

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

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

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

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

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

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