#B37972

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

Shades of Brandy Rose #B37972

Tints of Brandy Rose #B37972

Color information

#B37972 (or 0xB37972) is unknown color: approx Brandy Rose. HEX triplet: B3, 79 and 72. RGB value is (179,121,114). Sum of RGB (Red+Green+Blue) = 179+121+114=414 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.24% from 414); Green value is 121 (47.66% from 255 or 29.23% from 414); Blue value is 114 (44.92% from 255 or 27.54% from 414); Max value from RGB is 179 - color contains mainly: red. Hex color #B37972 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37972 is #4C868D. Grayscale: #898989. Windows color (decimal): -5015182 or 7502259. OLE color: 7502259.

HSL color Cylindrical-coordinate representation of color #B37972: hue angle of 6.46º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B37972 is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.30.

Color convert

RGB179121114-
CMYK00.320.360.30
HSL6.46º29.95%57.45%-
HSV(B)6.46º36.31%70.2%-
XYZ28.4724.4719.14-
YUV137.54114.72157.57-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.24%
GREEN value IS 121 (47.66% from 255) = 29.23%
BLUE value IS 114 (44.92% from 255) = 27.54%
R=43.24%
G=29.23%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.36
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912111400.320.360.306.4629.9557.45
HexB37972020241E61e39
Octal263171162040443663671
Binary101100111111001111001001000001001001111011011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37972; }

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

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

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

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

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

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

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

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