#B57A76

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

Shades of Brandy Rose #B57A76

Tints of Brandy Rose #B57A76

Color information

#B57A76 (or 0xB57A76) is unknown color: approx Brandy Rose. HEX triplet: B5, 7A and 76. RGB value is (181,122,118). Sum of RGB (Red+Green+Blue) = 181+122+118=421 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.99% from 421); Green value is 122 (48.05% from 255 or 28.98% from 421); Blue value is 118 (46.48% from 255 or 28.03% from 421); Max value from RGB is 181 - color contains mainly: red. Hex color #B57A76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57A76 is #4A8589. Grayscale: #8B8B8B. Windows color (decimal): -4883850 or 7764661. OLE color: 7764661.

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

Color convert

RGB181122118-
CMYK00.330.350.29
HSL3.81º29.86%58.63%-
HSV(B)3.81º34.81%70.98%-
XYZ29.2925.0520.43-
YUV139.18116.05157.83-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.99%
GREEN value IS 122 (48.05% from 255) = 28.98%
BLUE value IS 118 (46.48% from 255) = 28.03%
R=42.99%
G=28.98%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112211800.330.350.293.8129.8658.63
HexB57A76021231D41e3b
Octal265172166041433543673
Binary101101011111010111011001000011000111110110011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57A76; }

 p { color: rgb(181,122,118); }

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

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

 a { background-color: rgb(181,122,118); }

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

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

 span { border-color: rgb(181,122,118); }

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