#B57E75

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

Shades of Brandy Rose #B57E75

Tints of Brandy Rose #B57E75

Color information

#B57E75 (or 0xB57E75) is unknown color: approx Brandy Rose. HEX triplet: B5, 7E and 75. RGB value is (181,126,117). Sum of RGB (Red+Green+Blue) = 181+126+117=424 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.69% from 424); Green value is 126 (49.61% from 255 or 29.72% from 424); Blue value is 117 (46.09% from 255 or 27.59% from 424); Max value from RGB is 181 - color contains mainly: red. Hex color #B57E75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57E75 is #4A818A. Grayscale: #8D8D8D. Windows color (decimal): -4882827 or 7700149. OLE color: 7700149.

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

Color convert

RGB181126117-
CMYK00.300.350.29
HSL8.44º30.19%58.43%-
HSV(B)8.44º35.36%70.98%-
XYZ29.7326.0320.29-
YUV141.42114.22156.23-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.69%
GREEN value IS 126 (49.61% from 255) = 29.72%
BLUE value IS 117 (46.09% from 255) = 27.59%
R=42.69%
G=29.72%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112611700.300.350.298.4430.1958.43
HexB57E7501E231D81e3a
Octal2651761650364335103672
Binary101101011111110111010101111010001111101100011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57E75; }

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

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

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

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

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

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

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

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