#B57E6F

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

Shades of Brandy Rose #B57E6F

Tints of Brandy Rose #B57E6F

Color information

#B57E6F (or 0xB57E6F) is unknown color: approx Brandy Rose. HEX triplet: B5, 7E and 6F. RGB value is (181,126,111). Sum of RGB (Red+Green+Blue) = 181+126+111=418 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.30% from 418); Green value is 126 (49.61% from 255 or 30.14% from 418); Blue value is 111 (43.75% from 255 or 26.56% from 418); Max value from RGB is 181 - color contains mainly: red. Hex color #B57E6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57E6F is #4A8190. Grayscale: #8C8C8C. Windows color (decimal): -4882833 or 7306933. OLE color: 7306933.

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

Color convert

RGB181126111-
CMYK00.300.390.29
HSL12.86º32.11%57.25%-
HSV(B)12.86º38.67%70.98%-
XYZ29.3925.8918.49-
YUV140.73111.22156.72-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.30%
GREEN value IS 126 (49.61% from 255) = 30.14%
BLUE value IS 111 (43.75% from 255) = 26.56%
R=43.30%
G=30.14%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112611100.300.390.2912.8632.1157.25
HexB57E6F01E271Dd2039
Octal2651761570364735154071
Binary1011010111111101101111011110100111111011101100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57E6F; }

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

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

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

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

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

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

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

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