#B47972

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

Shades of Brandy Rose #B47972

Tints of Brandy Rose #B47972

Color information

#B47972 (or 0xB47972) is unknown color: approx Brandy Rose. HEX triplet: B4, 79 and 72. RGB value is (180,121,114). Sum of RGB (Red+Green+Blue) = 180+121+114=415 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.37% from 415); Green value is 121 (47.66% from 255 or 29.16% from 415); Blue value is 114 (44.92% from 255 or 27.47% from 415); Max value from RGB is 180 - color contains mainly: red. Hex color #B47972 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47972 is #4B868D. Grayscale: #898989. Windows color (decimal): -4949646 or 7502260. OLE color: 7502260.

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

Color convert

RGB180121114-
CMYK00.330.370.29
HSL6.36º30.56%57.65%-
HSV(B)6.36º36.67%70.59%-
XYZ28.724.5919.15-
YUV137.84114.55158.07-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.37%
GREEN value IS 121 (47.66% from 255) = 29.16%
BLUE value IS 114 (44.92% from 255) = 27.47%
R=43.37%
G=29.16%
B=27.47%

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
Decimal18012111400.330.370.296.3630.5657.65
HexB47972021251D61f3a
Octal264171162041453563772
Binary101101001111001111001001000011001011110111011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47972; }

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

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

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

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

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

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

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

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