#B57A70

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

Shades of Brandy Rose #B57A70

Tints of Brandy Rose #B57A70

Color information

#B57A70 (or 0xB57A70) is unknown color: approx Brandy Rose. HEX triplet: B5, 7A and 70. RGB value is (181,122,112). Sum of RGB (Red+Green+Blue) = 181+122+112=415 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.61% from 415); Green value is 122 (48.05% from 255 or 29.40% from 415); Blue value is 112 (44.14% from 255 or 26.99% from 415); Max value from RGB is 181 - color contains mainly: red. Hex color #B57A70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57A70 is #4A858F. Grayscale: #8A8A8A. Windows color (decimal): -4883856 or 7371445. OLE color: 7371445.

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

Color convert

RGB181122112-
CMYK00.330.380.29
HSL8.7º31.8%57.45%-
HSV(B)8.7º38.12%70.98%-
XYZ28.9424.9118.61-
YUV138.5113.05158.31-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.61%
GREEN value IS 122 (48.05% from 255) = 29.40%
BLUE value IS 112 (44.14% from 255) = 26.99%
R=43.61%
G=29.40%
B=26.99%

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
Decimal18112211200.330.380.298.731.857.45
HexB57A70021261D92039
Octal2651721600414635114071
Binary10110101111101011100000100001100110111011001100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57A70; }

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

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

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

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

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

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

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

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