#B57E6A

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

Shades of Brandy Rose #B57E6A

Tints of Brandy Rose #B57E6A

Color information

#B57E6A (or 0xB57E6A) is unknown color: approx Brandy Rose. HEX triplet: B5, 7E and 6A. RGB value is (181,126,106). Sum of RGB (Red+Green+Blue) = 181+126+106=413 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.83% from 413); Green value is 126 (49.61% from 255 or 30.51% from 413); Blue value is 106 (41.80% from 255 or 25.67% from 413); Max value from RGB is 181 - color contains mainly: red. Hex color #B57E6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57E6A is #4A8195. Grayscale: #8C8C8C. Windows color (decimal): -4882838 or 6979253. OLE color: 6979253.

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

Color convert

RGB181126106-
CMYK00.300.410.29
HSL16º33.63%56.27%-
HSV(B)16º41.44%70.98%-
XYZ29.1225.7917.08-
YUV140.16108.72157.13-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.83%
GREEN value IS 126 (49.61% from 255) = 30.51%
BLUE value IS 106 (41.80% from 255) = 25.67%
R=43.83%
G=30.51%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112610600.300.410.291633.6356.27
HexB57E6A01E291D102238
Octal2651761520365135204270
Binary10110101111111011010100111101010011110110000100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57E6A; }

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

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

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

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

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

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

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

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