#B47E76

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

Shades of Brandy Rose #B47E76

Tints of Brandy Rose #B47E76

Color information

#B47E76 (or 0xB47E76) is unknown color: approx Brandy Rose. HEX triplet: B4, 7E and 76. RGB value is (180,126,118). Sum of RGB (Red+Green+Blue) = 180+126+118=424 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.45% from 424); Green value is 126 (49.61% from 255 or 29.72% from 424); Blue value is 118 (46.48% from 255 or 27.83% from 424); Max value from RGB is 180 - color contains mainly: red. Hex color #B47E76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47E76 is #4B8189. Grayscale: #8D8D8D. Windows color (decimal): -4948362 or 7765684. OLE color: 7765684.

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

Color convert

RGB180126118-
CMYK00.30.340.29
HSL7.74º29.25%58.43%-
HSV(B)7.74º34.44%70.59%-
XYZ29.5525.9320.59-
YUV141.23114.89155.65-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.45%
GREEN value IS 126 (49.61% from 255) = 29.72%
BLUE value IS 118 (46.48% from 255) = 27.83%
R=42.45%
G=29.72%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012611800.30.340.297.7429.2558.43
HexB47E7601E221D81d3a
Octal2641761660364235103572
Binary101101001111110111011001111010001011101100011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47E76; }

 p { color: rgb(180,126,118); }

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

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

 a { background-color: rgb(180,126,118); }

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

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

 span { border-color: rgb(180,126,118); }

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