#B57C78

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

Shades of Brandy Rose #B57C78

Tints of Brandy Rose #B57C78

Color information

#B57C78 (or 0xB57C78) is unknown color: approx Brandy Rose. HEX triplet: B5, 7C and 78. RGB value is (181,124,120). Sum of RGB (Red+Green+Blue) = 181+124+120=425 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.59% from 425); Green value is 124 (48.83% from 255 or 29.18% from 425); Blue value is 120 (47.27% from 255 or 28.24% from 425); Max value from RGB is 181 - color contains mainly: red. Hex color #B57C78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57C78 is #4A8387. Grayscale: #8C8C8C. Windows color (decimal): -4883336 or 7896245. OLE color: 7896245.

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

Color convert

RGB181124120-
CMYK00.310.340.29
HSL3.93º29.19%59.02%-
HSV(B)3.93º33.7%70.98%-
XYZ29.6525.621.15-
YUV140.59116.38156.83-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.59%
GREEN value IS 124 (48.83% from 255) = 29.18%
BLUE value IS 120 (47.27% from 255) = 28.24%
R=42.59%
G=29.18%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112412000.310.340.293.9329.1959.02
HexB57C7801F221D41d3b
Octal265174170037423543573
Binary10110101111110011110000111111000101110110011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57C78; }

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

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

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

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

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

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

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

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