#B57C79

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

Shades of Brandy Rose #B57C79

Tints of Brandy Rose #B57C79

Color information

#B57C79 (or 0xB57C79) is unknown color: approx Brandy Rose. HEX triplet: B5, 7C and 79. RGB value is (181,124,121). Sum of RGB (Red+Green+Blue) = 181+124+121=426 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.49% from 426); Green value is 124 (48.83% from 255 or 29.11% from 426); Blue value is 121 (47.66% from 255 or 28.40% from 426); Max value from RGB is 181 - color contains mainly: red. Hex color #B57C79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57C79 is #4A8386. Grayscale: #8C8C8C. Windows color (decimal): -4883335 or 7961781. OLE color: 7961781.

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

Color convert

RGB181124121-
CMYK00.310.330.29
HSL28.85%59.22%-
HSV(B)33.15%70.98%-
XYZ29.7125.6221.47-
YUV140.7116.88156.74-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.49%
GREEN value IS 124 (48.83% from 255) = 29.11%
BLUE value IS 121 (47.66% from 255) = 28.40%
R=42.49%
G=29.11%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112412100.310.330.29328.8559.22
HexB57C7901F211D31d3b
Octal265174171037413533573
Binary1011010111111001111001011111100001111011111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57C79; }

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

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

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

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

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

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

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

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