#B57E6C

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

Shades of Brandy Rose #B57E6C

Tints of Brandy Rose #B57E6C

Color information

#B57E6C (or 0xB57E6C) is unknown color: approx Brandy Rose. HEX triplet: B5, 7E and 6C. RGB value is (181,126,108). Sum of RGB (Red+Green+Blue) = 181+126+108=415 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.61% from 415); Green value is 126 (49.61% from 255 or 30.36% from 415); Blue value is 108 (42.58% from 255 or 26.02% from 415); Max value from RGB is 181 - color contains mainly: red. Hex color #B57E6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57E6C is #4A8193. Grayscale: #8C8C8C. Windows color (decimal): -4882836 or 7110325. OLE color: 7110325.

HSL color Cylindrical-coordinate representation of color #B57E6C: hue angle of 14.79º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B57E6C is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB181126108-
CMYK00.300.400.29
HSL14.79º33.03%56.67%-
HSV(B)14.79º40.33%70.98%-
XYZ29.2225.8317.63-
YUV140.39109.72156.96-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.61%
GREEN value IS 126 (49.61% from 255) = 30.36%
BLUE value IS 108 (42.58% from 255) = 26.02%
R=43.61%
G=30.36%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112610800.300.400.2914.7933.0356.67
HexB57E6C01E281Df2139
Octal2651761540365035174171
Binary1011010111111101101100011110101000111011111100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57E6C; }

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

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

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

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

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

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

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

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