#B57E78

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

Shades of Brandy Rose #B57E78

Tints of Brandy Rose #B57E78

Color information

#B57E78 (or 0xB57E78) is unknown color: approx Brandy Rose. HEX triplet: B5, 7E and 78. RGB value is (181,126,120). Sum of RGB (Red+Green+Blue) = 181+126+120=427 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.39% from 427); Green value is 126 (49.61% from 255 or 29.51% from 427); Blue value is 120 (47.27% from 255 or 28.10% from 427); Max value from RGB is 181 - color contains mainly: red. Hex color #B57E78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57E78 is #4A8187. Grayscale: #8D8D8D. Windows color (decimal): -4882824 or 7896757. OLE color: 7896757.

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

Color convert

RGB181126120-
CMYK00.300.340.29
HSL5.9º29.19%59.02%-
HSV(B)5.9º33.7%70.98%-
XYZ29.9126.121.23-
YUV141.76115.72155.99-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.39%
GREEN value IS 126 (49.61% from 255) = 29.51%
BLUE value IS 120 (47.27% from 255) = 28.10%
R=42.39%
G=29.51%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112612000.300.340.295.929.1959.02
HexB57E7801E221D61d3b
Octal265176170036423563573
Binary10110101111111011110000111101000101110111011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57E78; }

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

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

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

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

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

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

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

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