#B57A6E

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

Shades of Brandy Rose #B57A6E

Tints of Brandy Rose #B57A6E

Color information

#B57A6E (or 0xB57A6E) is unknown color: approx Brandy Rose. HEX triplet: B5, 7A and 6E. RGB value is (181,122,110). Sum of RGB (Red+Green+Blue) = 181+122+110=413 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.83% from 413); Green value is 122 (48.05% from 255 or 29.54% from 413); Blue value is 110 (43.36% from 255 or 26.63% from 413); Max value from RGB is 181 - color contains mainly: red. Hex color #B57A6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57A6E is #4A8591. Grayscale: #8A8A8A. Windows color (decimal): -4883858 or 7240373. OLE color: 7240373.

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

Color convert

RGB181122110-
CMYK00.330.390.29
HSL10.14º32.42%57.06%-
HSV(B)10.14º39.23%70.98%-
XYZ28.8324.8718.03-
YUV138.27112.05158.48-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.83%
GREEN value IS 122 (48.05% from 255) = 29.54%
BLUE value IS 110 (43.36% from 255) = 26.63%
R=43.83%
G=29.54%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112211000.330.390.2910.1432.4257.06
HexB57A6E021271Da2039
Octal2651721560414735124071
Binary10110101111101011011100100001100111111011010100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57A6E; }

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

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

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

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

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

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

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

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