#B57E71

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

Shades of Brandy Rose #B57E71

Tints of Brandy Rose #B57E71

Color information

#B57E71 (or 0xB57E71) is unknown color: approx Brandy Rose. HEX triplet: B5, 7E and 71. RGB value is (181,126,113). Sum of RGB (Red+Green+Blue) = 181+126+113=420 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.10% from 420); Green value is 126 (49.61% from 255 or 30% from 420); Blue value is 113 (44.53% from 255 or 26.90% from 420); Max value from RGB is 181 - color contains mainly: red. Hex color #B57E71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57E71 is #4A818E. Grayscale: #8D8D8D. Windows color (decimal): -4882831 or 7438005. OLE color: 7438005.

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

Color convert

RGB181126113-
CMYK00.300.380.29
HSL11.47º31.48%57.65%-
HSV(B)11.47º37.57%70.98%-
XYZ29.525.9419.07-
YUV140.96112.22156.56-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.10%
GREEN value IS 126 (49.61% from 255) = 30%
BLUE value IS 113 (44.53% from 255) = 26.90%
R=43.10%
G=30%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112611300.300.380.2911.4731.4857.65
HexB57E7101E261Db1f3a
Octal2651761610364635133772
Binary101101011111110111000101111010011011101101111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57E71; }

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

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

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

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

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

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

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

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