#B57E6E

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

Shades of Brandy Rose #B57E6E

Tints of Brandy Rose #B57E6E

Color information

#B57E6E (or 0xB57E6E) is unknown color: approx Brandy Rose. HEX triplet: B5, 7E and 6E. RGB value is (181,126,110). Sum of RGB (Red+Green+Blue) = 181+126+110=417 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.41% from 417); Green value is 126 (49.61% from 255 or 30.22% from 417); Blue value is 110 (43.36% from 255 or 26.38% from 417); Max value from RGB is 181 - color contains mainly: red. Hex color #B57E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57E6E is #4A8191. Grayscale: #8C8C8C. Windows color (decimal): -4882834 or 7241397. OLE color: 7241397.

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

Color convert

RGB181126110-
CMYK00.300.390.29
HSL13.52º32.42%57.06%-
HSV(B)13.52º39.23%70.98%-
XYZ29.3325.8718.2-
YUV140.62110.72156.8-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.41%
GREEN value IS 126 (49.61% from 255) = 30.22%
BLUE value IS 110 (43.36% from 255) = 26.38%
R=43.41%
G=30.22%
B=26.38%

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
Decimal18112611000.300.390.2913.5232.4257.06
HexB57E6E01E271De2039
Octal2651761560364735164071
Binary1011010111111101101110011110100111111011110100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57E6E; }

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

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

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

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

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

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

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

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