#B57F6B

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

Shades of Brandy Rose #B57F6B

Tints of Brandy Rose #B57F6B

Color information

#B57F6B (or 0xB57F6B) is unknown color: approx Brandy Rose. HEX triplet: B5, 7F and 6B. RGB value is (181,127,107). Sum of RGB (Red+Green+Blue) = 181+127+107=415 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.61% from 415); Green value is 127 (50% from 255 or 30.60% from 415); Blue value is 107 (42.19% from 255 or 25.78% from 415); Max value from RGB is 181 - color contains mainly: red. Hex color #B57F6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57F6B is #4A8094. Grayscale: #8D8D8D. Windows color (decimal): -4882581 or 7045045. OLE color: 7045045.

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

Color convert

RGB181127107-
CMYK00.300.410.29
HSL16.22º33.33%56.47%-
HSV(B)16.22º40.88%70.98%-
XYZ29.326.0617.4-
YUV140.87108.89156.63-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.61%
GREEN value IS 127 (50% from 255) = 30.60%
BLUE value IS 107 (42.19% from 255) = 25.78%
R=43.61%
G=30.60%
B=25.78%

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
Decimal18112710700.300.410.2916.2233.3356.47
HexB57F6B01E291D102138
Octal2651771530365135204170
Binary10110101111111111010110111101010011110110000100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57F6B; }

 p { color: rgb(181,127,107); }

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

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

 a { background-color: rgb(181,127,107); }

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

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

 span { border-color: rgb(181,127,107); }

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