#B57F6E

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

Shades of Brandy Rose #B57F6E

Tints of Brandy Rose #B57F6E

Color information

#B57F6E (or 0xB57F6E) is unknown color: approx Brandy Rose. HEX triplet: B5, 7F and 6E. RGB value is (181,127,110). Sum of RGB (Red+Green+Blue) = 181+127+110=418 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.30% from 418); Green value is 127 (50% from 255 or 30.38% from 418); Blue value is 110 (43.36% from 255 or 26.32% from 418); Max value from RGB is 181 - color contains mainly: red. Hex color #B57F6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57F6E is #4A8091. Grayscale: #8D8D8D. Windows color (decimal): -4882578 or 7241653. OLE color: 7241653.

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

Color convert

RGB181127110-
CMYK00.300.390.29
HSL14.37º32.42%57.06%-
HSV(B)14.37º39.23%70.98%-
XYZ29.4626.1318.24-
YUV141.21110.39156.38-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.30%
GREEN value IS 127 (50% from 255) = 30.38%
BLUE value IS 110 (43.36% from 255) = 26.32%
R=43.30%
G=30.38%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112711000.300.390.2914.3732.4257.06
HexB57F6E01E271De2039
Octal2651771560364735164071
Binary1011010111111111101110011110100111111011110100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57F6E; }

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

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

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

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

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

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

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

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