#B57F6F

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

Shades of Brandy Rose #B57F6F

Tints of Brandy Rose #B57F6F

Color information

#B57F6F (or 0xB57F6F) is unknown color: approx Brandy Rose. HEX triplet: B5, 7F and 6F. RGB value is (181,127,111). Sum of RGB (Red+Green+Blue) = 181+127+111=419 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.20% from 419); Green value is 127 (50% from 255 or 30.31% from 419); Blue value is 111 (43.75% from 255 or 26.49% from 419); Max value from RGB is 181 - color contains mainly: red. Hex color #B57F6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57F6F is #4A8090. Grayscale: #8D8D8D. Windows color (decimal): -4882577 or 7307189. OLE color: 7307189.

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

Color convert

RGB181127111-
CMYK00.300.390.29
HSL13.71º32.11%57.25%-
HSV(B)13.71º38.67%70.98%-
XYZ29.5126.1518.53-
YUV141.32110.89156.3-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.20%
GREEN value IS 127 (50% from 255) = 30.31%
BLUE value IS 111 (43.75% from 255) = 26.49%
R=43.20%
G=30.31%
B=26.49%

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
Decimal18112711100.300.390.2913.7132.1157.25
HexB57F6F01E271De2039
Octal2651771570364735164071
Binary1011010111111111101111011110100111111011110100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57F6F; }

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

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

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

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

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

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

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

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