#B57B78

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

Shades of Brandy Rose #B57B78

Tints of Brandy Rose #B57B78

Color information

#B57B78 (or 0xB57B78) is unknown color: approx Brandy Rose. HEX triplet: B5, 7B and 78. RGB value is (181,123,120). Sum of RGB (Red+Green+Blue) = 181+123+120=424 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.69% from 424); Green value is 123 (48.44% from 255 or 29.01% from 424); Blue value is 120 (47.27% from 255 or 28.30% from 424); Max value from RGB is 181 - color contains mainly: red. Hex color #B57B78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57B78 is #4A8487. Grayscale: #8C8C8C. Windows color (decimal): -4883592 or 7895989. OLE color: 7895989.

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

Color convert

RGB181123120-
CMYK00.320.340.29
HSL2.95º29.19%59.02%-
HSV(B)2.95º33.7%70.98%-
XYZ29.5325.3521.11-
YUV140116.72157.24-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.69%
GREEN value IS 123 (48.44% from 255) = 29.01%
BLUE value IS 120 (47.27% from 255) = 28.30%
R=42.69%
G=29.01%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112312000.320.340.292.9529.1959.02
HexB57B78020221D31d3b
Octal265173170040423533573
Binary10110101111101111110000100000100010111011111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57B78; }

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

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

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

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

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

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

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

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