#B47C79

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

Shades of Brandy Rose #B47C79

Tints of Brandy Rose #B47C79

Color information

#B47C79 (or 0xB47C79) is unknown color: approx Brandy Rose. HEX triplet: B4, 7C and 79. RGB value is (180,124,121). Sum of RGB (Red+Green+Blue) = 180+124+121=425 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.35% from 425); Green value is 124 (48.83% from 255 or 29.18% from 425); Blue value is 121 (47.66% from 255 or 28.47% from 425); Max value from RGB is 180 - color contains mainly: red. Hex color #B47C79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47C79 is #4B8386. Grayscale: #8C8C8C. Windows color (decimal): -4948871 or 7961780. OLE color: 7961780.

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

Color convert

RGB180124121-
CMYK00.310.330.29
HSL3.05º28.23%59.02%-
HSV(B)3.05º32.78%70.59%-
XYZ29.4825.521.46-
YUV140.4117.05156.24-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.35%
GREEN value IS 124 (48.83% from 255) = 29.18%
BLUE value IS 121 (47.66% from 255) = 28.47%
R=42.35%
G=29.18%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012412100.310.330.293.0528.2359.02
HexB47C7901F211D31c3b
Octal264174171037413533473
Binary1011010011111001111001011111100001111011111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47C79; }

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

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

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

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

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

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

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

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