#B57E70

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

Shades of Brandy Rose #B57E70

Tints of Brandy Rose #B57E70

Color information

#B57E70 (or 0xB57E70) is unknown color: approx Brandy Rose. HEX triplet: B5, 7E and 70. RGB value is (181,126,112). Sum of RGB (Red+Green+Blue) = 181+126+112=419 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.20% from 419); Green value is 126 (49.61% from 255 or 30.07% from 419); Blue value is 112 (44.14% from 255 or 26.73% from 419); Max value from RGB is 181 - color contains mainly: red. Hex color #B57E70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57E70 is #4A818F. Grayscale: #8C8C8C. Windows color (decimal): -4882832 or 7372469. OLE color: 7372469.

HSL color Cylindrical-coordinate representation of color #B57E70: hue angle of 12.17º degrees, saturation: 0.32, 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 #B57E70 is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB181126112-
CMYK00.300.380.29
HSL12.17º31.8%57.45%-
HSV(B)12.17º38.12%70.98%-
XYZ29.4425.9218.78-
YUV140.85111.72156.64-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.20%
GREEN value IS 126 (49.61% from 255) = 30.07%
BLUE value IS 112 (44.14% from 255) = 26.73%
R=43.20%
G=30.07%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112611200.300.380.2912.1731.857.45
HexB57E7001E261Dc2039
Octal2651761600364635144071
Binary1011010111111101110000011110100110111011100100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57E70; }

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

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

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

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

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

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

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

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