#B57E77

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

Shades of Brandy Rose #B57E77

Tints of Brandy Rose #B57E77

Color information

#B57E77 (or 0xB57E77) is unknown color: approx Brandy Rose. HEX triplet: B5, 7E and 77. RGB value is (181,126,119). Sum of RGB (Red+Green+Blue) = 181+126+119=426 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.49% from 426); Green value is 126 (49.61% from 255 or 29.58% from 426); Blue value is 119 (46.88% from 255 or 27.93% from 426); Max value from RGB is 181 - color contains mainly: red. Hex color #B57E77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57E77 is #4A8188. Grayscale: #8D8D8D. Windows color (decimal): -4882825 or 7831221. OLE color: 7831221.

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

Color convert

RGB181126119-
CMYK00.300.340.29
HSL6.77º29.52%58.82%-
HSV(B)6.77º34.25%70.98%-
XYZ29.8526.0820.91-
YUV141.65115.22156.07-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.49%
GREEN value IS 126 (49.61% from 255) = 29.58%
BLUE value IS 119 (46.88% from 255) = 27.93%
R=42.49%
G=29.58%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112611900.300.340.296.7729.5258.82
HexB57E7701E221D71e3b
Octal265176167036423573673
Binary10110101111111011101110111101000101110111111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57E77; }

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

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

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

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

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

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

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

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