#B57F78

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

Shades of Brandy Rose #B57F78

Tints of Brandy Rose #B57F78

Color information

#B57F78 (or 0xB57F78) is unknown color: approx Brandy Rose. HEX triplet: B5, 7F and 78. RGB value is (181,127,120). Sum of RGB (Red+Green+Blue) = 181+127+120=428 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.29% from 428); Green value is 127 (50% from 255 or 29.67% from 428); Blue value is 120 (47.27% from 255 or 28.04% from 428); Max value from RGB is 181 - color contains mainly: red. Hex color #B57F78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57F78 is #4A8087. Grayscale: #8E8E8E. Windows color (decimal): -4882568 or 7897013. OLE color: 7897013.

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

Color convert

RGB181127120-
CMYK00.300.340.29
HSL6.89º29.19%59.02%-
HSV(B)6.89º33.7%70.98%-
XYZ30.0426.3621.27-
YUV142.35115.39155.57-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.29%
GREEN value IS 127 (50% from 255) = 29.67%
BLUE value IS 120 (47.27% from 255) = 28.04%
R=42.29%
G=29.67%
B=28.04%

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
Decimal18112712000.300.340.296.8929.1959.02
HexB57F7801E221D71d3b
Octal265177170036423573573
Binary10110101111111111110000111101000101110111111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57F78; }

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

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

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

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

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

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

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

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