#B47971

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

Shades of Brandy Rose #B47971

Tints of Brandy Rose #B47971

Color information

#B47971 (or 0xB47971) is unknown color: approx Brandy Rose. HEX triplet: B4, 79 and 71. RGB value is (180,121,113). Sum of RGB (Red+Green+Blue) = 180+121+113=414 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.48% from 414); Green value is 121 (47.66% from 255 or 29.23% from 414); Blue value is 113 (44.53% from 255 or 27.29% from 414); Max value from RGB is 180 - color contains mainly: red. Hex color #B47971 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47971 is #4B868E. Grayscale: #898989. Windows color (decimal): -4949647 or 7436724. OLE color: 7436724.

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

Color convert

RGB180121113-
CMYK00.330.370.29
HSL7.16º30.88%57.45%-
HSV(B)7.16º37.22%70.59%-
XYZ28.6424.5718.86-
YUV137.73114.05158.15-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.48%
GREEN value IS 121 (47.66% from 255) = 29.23%
BLUE value IS 113 (44.53% from 255) = 27.29%
R=43.48%
G=29.23%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012111300.330.370.297.1630.8857.45
HexB47971021251D71f39
Octal264171161041453573771
Binary101101001111001111000101000011001011110111111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47971; }

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

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

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

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

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

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

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

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