#B57B76

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

Shades of Brandy Rose #B57B76

Tints of Brandy Rose #B57B76

Color information

#B57B76 (or 0xB57B76) is unknown color: approx Brandy Rose. HEX triplet: B5, 7B and 76. RGB value is (181,123,118). Sum of RGB (Red+Green+Blue) = 181+123+118=422 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.89% from 422); Green value is 123 (48.44% from 255 or 29.15% from 422); Blue value is 118 (46.48% from 255 or 27.96% from 422); Max value from RGB is 181 - color contains mainly: red. Hex color #B57B76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57B76 is #4A8489. Grayscale: #8B8B8B. Windows color (decimal): -4883594 or 7764917. OLE color: 7764917.

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

Color convert

RGB181123118-
CMYK00.320.350.29
HSL4.76º29.86%58.63%-
HSV(B)4.76º34.81%70.98%-
XYZ29.4125.320.47-
YUV139.77115.72157.41-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.89%
GREEN value IS 123 (48.44% from 255) = 29.15%
BLUE value IS 118 (46.48% from 255) = 27.96%
R=42.89%
G=29.15%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112311800.320.350.294.7629.8658.63
HexB57B76020231D51e3b
Octal265173166040433553673
Binary101101011111011111011001000001000111110110111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57B76; }

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

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

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

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

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

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

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

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