#B57D76

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

Shades of Brandy Rose #B57D76

Tints of Brandy Rose #B57D76

Color information

#B57D76 (or 0xB57D76) is unknown color: approx Brandy Rose. HEX triplet: B5, 7D and 76. RGB value is (181,125,118). Sum of RGB (Red+Green+Blue) = 181+125+118=424 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.69% from 424); Green value is 125 (49.22% from 255 or 29.48% from 424); Blue value is 118 (46.48% from 255 or 27.83% from 424); Max value from RGB is 181 - color contains mainly: red. Hex color #B57D76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57D76 is #4A8289. Grayscale: #8D8D8D. Windows color (decimal): -4883082 or 7765429. OLE color: 7765429.

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

Color convert

RGB181125118-
CMYK00.310.350.29
HSL6.67º29.86%58.63%-
HSV(B)6.67º34.81%70.98%-
XYZ29.6625.820.56-
YUV140.95115.05156.57-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.69%
GREEN value IS 125 (49.22% from 255) = 29.48%
BLUE value IS 118 (46.48% from 255) = 27.83%
R=42.69%
G=29.48%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112511800.310.350.296.6729.8658.63
HexB57D7601F231D71e3b
Octal265175166037433573673
Binary10110101111110111101100111111000111110111111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57D76; }

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

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

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

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

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

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

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

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