#B57D71

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

Shades of Brandy Rose #B57D71

Tints of Brandy Rose #B57D71

Color information

#B57D71 (or 0xB57D71) is unknown color: approx Brandy Rose. HEX triplet: B5, 7D and 71. RGB value is (181,125,113). Sum of RGB (Red+Green+Blue) = 181+125+113=419 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.20% from 419); Green value is 125 (49.22% from 255 or 29.83% from 419); Blue value is 113 (44.53% from 255 or 26.97% from 419); Max value from RGB is 181 - color contains mainly: red. Hex color #B57D71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57D71 is #4A828E. Grayscale: #8C8C8C. Windows color (decimal): -4883087 or 7437749. OLE color: 7437749.

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

Color convert

RGB181125113-
CMYK00.310.380.29
HSL10.59º31.48%57.65%-
HSV(B)10.59º37.57%70.98%-
XYZ29.3725.6819.03-
YUV140.38112.55156.98-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.20%
GREEN value IS 125 (49.22% from 255) = 29.83%
BLUE value IS 113 (44.53% from 255) = 26.97%
R=43.20%
G=29.83%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112511300.310.380.2910.5931.4857.65
HexB57D7101F261Db1f3a
Octal2651751610374635133772
Binary101101011111101111000101111110011011101101111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57D71; }

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

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

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

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

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

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

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

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