#B57871

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

Shades of Brandy Rose #B57871

Tints of Brandy Rose #B57871

Color information

#B57871 (or 0xB57871) is unknown color: approx Brandy Rose. HEX triplet: B5, 78 and 71. RGB value is (181,120,113). Sum of RGB (Red+Green+Blue) = 181+120+113=414 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.72% from 414); Green value is 120 (47.27% from 255 or 28.99% from 414); Blue value is 113 (44.53% from 255 or 27.29% from 414); Max value from RGB is 181 - color contains mainly: red. Hex color #B57871 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57871 is #4A878E. Grayscale: #898989. Windows color (decimal): -4884367 or 7436469. OLE color: 7436469.

HSL color Cylindrical-coordinate representation of color #B57871: hue angle of 6.18º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B57871 is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB181120113-
CMYK00.340.380.29
HSL6.18º31.48%57.65%-
HSV(B)6.18º37.57%70.98%-
XYZ28.7524.4518.83-
YUV137.44114.21159.07-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.72%
GREEN value IS 120 (47.27% from 255) = 28.99%
BLUE value IS 113 (44.53% from 255) = 27.29%
R=43.72%
G=28.99%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112011300.340.380.296.1831.4857.65
HexB57871022261D61f3a
Octal265170161042463563772
Binary101101011111000111000101000101001101110111011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57871; }

 p { color: rgb(181,120,113); }

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

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

 a { background-color: rgb(181,120,113); }

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

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

 span { border-color: rgb(181,120,113); }

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