#B47C73

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

Shades of Brandy Rose #B47C73

Tints of Brandy Rose #B47C73

Color information

#B47C73 (or 0xB47C73) is unknown color: approx Brandy Rose. HEX triplet: B4, 7C and 73. RGB value is (180,124,115). Sum of RGB (Red+Green+Blue) = 180+124+115=419 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.96% from 419); Green value is 124 (48.83% from 255 or 29.59% from 419); Blue value is 115 (45.31% from 255 or 27.45% from 419); Max value from RGB is 180 - color contains mainly: red. Hex color #B47C73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47C73 is #4B838C. Grayscale: #8B8B8B. Windows color (decimal): -4948877 or 7568564. OLE color: 7568564.

HSL color Cylindrical-coordinate representation of color #B47C73: hue angle of 8.31º 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 #B47C73 is Cyan = 0, Magento = 0.31, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB180124115-
CMYK00.310.360.29
HSL8.31º30.23%57.84%-
HSV(B)8.31º36.11%70.59%-
XYZ29.1225.3619.58-
YUV139.72114.05156.73-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.96%
GREEN value IS 124 (48.83% from 255) = 29.59%
BLUE value IS 115 (45.31% from 255) = 27.45%
R=42.96%
G=29.59%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012411500.310.360.298.3130.2357.84
HexB47C7301F241D81e3a
Octal2641741630374435103672
Binary101101001111100111001101111110010011101100011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47C73; }

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

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

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

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

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

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

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

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