#B47E77

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

Shades of Brandy Rose #B47E77

Tints of Brandy Rose #B47E77

Color information

#B47E77 (or 0xB47E77) is unknown color: approx Brandy Rose. HEX triplet: B4, 7E and 77. RGB value is (180,126,119). Sum of RGB (Red+Green+Blue) = 180+126+119=425 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.35% from 425); Green value is 126 (49.61% from 255 or 29.65% from 425); Blue value is 119 (46.88% from 255 or 28% from 425); Max value from RGB is 180 - color contains mainly: red. Hex color #B47E77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47E77 is #4B8188. Grayscale: #8D8D8D. Windows color (decimal): -4948361 or 7831220. OLE color: 7831220.

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

Color convert

RGB180126119-
CMYK00.30.340.29
HSL6.89º28.91%58.63%-
HSV(B)6.89º33.89%70.59%-
XYZ29.6125.9620.9-
YUV141.35115.39155.57-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.35%
GREEN value IS 126 (49.61% from 255) = 29.65%
BLUE value IS 119 (46.88% from 255) = 28%
R=42.35%
G=29.65%
B=28%

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
Decimal18012611900.30.340.296.8928.9158.63
HexB47E7701E221D71d3b
Octal264176167036423573573
Binary10110100111111011101110111101000101110111111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47E77; }

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

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

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

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

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

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

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

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