#B57D6C

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

Shades of Brandy Rose #B57D6C

Tints of Brandy Rose #B57D6C

Color information

#B57D6C (or 0xB57D6C) is unknown color: approx Brandy Rose. HEX triplet: B5, 7D and 6C. RGB value is (181,125,108). Sum of RGB (Red+Green+Blue) = 181+125+108=414 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.72% from 414); Green value is 125 (49.22% from 255 or 30.19% from 414); Blue value is 108 (42.58% from 255 or 26.09% from 414); Max value from RGB is 181 - color contains mainly: red. Hex color #B57D6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57D6C is #4A8293. Grayscale: #8B8B8B. Windows color (decimal): -4883092 or 7110069. OLE color: 7110069.

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

Color convert

RGB181125108-
CMYK00.310.400.29
HSL13.97º33.03%56.67%-
HSV(B)13.97º40.33%70.98%-
XYZ29.125.5717.59-
YUV139.81110.05157.38-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.72%
GREEN value IS 125 (49.22% from 255) = 30.19%
BLUE value IS 108 (42.58% from 255) = 26.09%
R=43.72%
G=30.19%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112510800.310.400.2913.9733.0356.67
HexB57D6C01F281De2139
Octal2651751540375035164171
Binary1011010111111011101100011111101000111011110100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57D6C; }

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

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

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

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

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

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

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

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