#B47970

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

Shades of Brandy Rose #B47970

Tints of Brandy Rose #B47970

Color information

#B47970 (or 0xB47970) is unknown color: approx Brandy Rose. HEX triplet: B4, 79 and 70. RGB value is (180,121,112). Sum of RGB (Red+Green+Blue) = 180+121+112=413 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.58% from 413); Green value is 121 (47.66% from 255 or 29.30% from 413); Blue value is 112 (44.14% from 255 or 27.12% from 413); Max value from RGB is 180 - color contains mainly: red. Hex color #B47970 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47970 is #4B868F. Grayscale: #898989. Windows color (decimal): -4949648 or 7371188. OLE color: 7371188.

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

Color convert

RGB180121112-
CMYK00.330.380.29
HSL7.94º31.19%57.25%-
HSV(B)7.94º37.78%70.59%-
XYZ28.5824.5518.56-
YUV137.62113.55158.23-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.58%
GREEN value IS 121 (47.66% from 255) = 29.30%
BLUE value IS 112 (44.14% from 255) = 27.12%
R=43.58%
G=29.30%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012111200.330.380.297.9431.1957.25
HexB47970021261D81f39
Octal2641711600414635103771
Binary1011010011110011110000010000110011011101100011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47970; }

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

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

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

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

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

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

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

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