#B57978

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

Shades of Brandy Rose #B57978

Tints of Brandy Rose #B57978

Color information

#B57978 (or 0xB57978) is unknown color: approx Brandy Rose. HEX triplet: B5, 79 and 78. RGB value is (181,121,120). Sum of RGB (Red+Green+Blue) = 181+121+120=422 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.89% from 422); Green value is 121 (47.66% from 255 or 28.67% from 422); Blue value is 120 (47.27% from 255 or 28.44% from 422); Max value from RGB is 181 - color contains mainly: red. Hex color #B57978 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57978 is #4A8687. Grayscale: #8A8A8A. Windows color (decimal): -4884104 or 7895477. OLE color: 7895477.

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

Color convert

RGB181121120-
CMYK00.330.340.29
HSL0.98º29.19%59.02%-
HSV(B)0.98º33.7%70.98%-
XYZ29.2824.8521.02-
YUV138.83117.38158.08-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.89%
GREEN value IS 121 (47.66% from 255) = 28.67%
BLUE value IS 120 (47.27% from 255) = 28.44%
R=42.89%
G=28.67%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112112000.330.340.290.9829.1959.02
HexB57978021221D11d3b
Octal265171170041423513573
Binary1011010111110011111000010000110001011101111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57978; }

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

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

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

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

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

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

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

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