#B57E79

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

Shades of Brandy Rose #B57E79

Tints of Brandy Rose #B57E79

Color information

#B57E79 (or 0xB57E79) is unknown color: approx Brandy Rose. HEX triplet: B5, 7E and 79. RGB value is (181,126,121). Sum of RGB (Red+Green+Blue) = 181+126+121=428 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.29% from 428); Green value is 126 (49.61% from 255 or 29.44% from 428); Blue value is 121 (47.66% from 255 or 28.27% from 428); Max value from RGB is 181 - color contains mainly: red. Hex color #B57E79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57E79 is #4A8186. Grayscale: #8D8D8D. Windows color (decimal): -4882823 or 7962293. OLE color: 7962293.

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

Color convert

RGB181126121-
CMYK00.300.330.29
HSL28.85%59.22%-
HSV(B)33.15%70.98%-
XYZ29.9726.1321.55-
YUV141.88116.22155.91-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.29%
GREEN value IS 126 (49.61% from 255) = 29.44%
BLUE value IS 121 (47.66% from 255) = 28.27%
R=42.29%
G=29.44%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112612100.300.330.29528.8559.22
HexB57E7901E211D51d3b
Octal265176171036413553573
Binary10110101111111011110010111101000011110110111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57E79; }

 p { color: rgb(181,126,121); }

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

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

 a { background-color: rgb(181,126,121); }

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

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

 span { border-color: rgb(181,126,121); }

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