#B57C6A

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

Shades of Brandy Rose #B57C6A

Tints of Brandy Rose #B57C6A

Color information

#B57C6A (or 0xB57C6A) is unknown color: approx Brandy Rose. HEX triplet: B5, 7C and 6A. RGB value is (181,124,106). Sum of RGB (Red+Green+Blue) = 181+124+106=411 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.04% from 411); Green value is 124 (48.83% from 255 or 30.17% from 411); Blue value is 106 (41.80% from 255 or 25.79% from 411); Max value from RGB is 181 - color contains mainly: red. Hex color #B57C6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57C6A is #4A8395. Grayscale: #8B8B8B. Windows color (decimal): -4883350 or 6978741. OLE color: 6978741.

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

Color convert

RGB181124106-
CMYK00.310.410.29
HSL14.4º33.63%56.27%-
HSV(B)14.4º41.44%70.98%-
XYZ28.8725.2816.99-
YUV138.99109.38157.96-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.04%
GREEN value IS 124 (48.83% from 255) = 30.17%
BLUE value IS 106 (41.80% from 255) = 25.79%
R=44.04%
G=30.17%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112410600.310.410.2914.433.6356.27
HexB57C6A01F291De2238
Octal2651741520375135164270
Binary1011010111111001101010011111101001111011110100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57C6A; }

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

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

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

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

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

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

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

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