#B58571

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

Shades of Brandy Rose #B58571

Tints of Brandy Rose #B58571

Color information

#B58571 (or 0xB58571) is unknown color: approx Brandy Rose. HEX triplet: B5, 85 and 71. RGB value is (181,133,113). Sum of RGB (Red+Green+Blue) = 181+133+113=427 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.39% from 427); Green value is 133 (52.34% from 255 or 31.15% from 427); Blue value is 113 (44.53% from 255 or 26.46% from 427); Max value from RGB is 181 - color contains mainly: red. Hex color #B58571 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58571 is #4A7A8E. Grayscale: #919191. Windows color (decimal): -4881039 or 7439797. OLE color: 7439797.

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

Color convert

RGB181133113-
CMYK00.270.380.29
HSL17.65º31.48%57.65%-
HSV(B)17.65º37.57%70.98%-
XYZ30.4227.7919.38-
YUV145.07109.9153.63-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.39%
GREEN value IS 133 (52.34% from 255) = 31.15%
BLUE value IS 113 (44.53% from 255) = 26.46%
R=42.39%
G=31.15%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113311300.270.380.2917.6531.4857.65
HexB5857101B261D121f3a
Octal2652051610334635223772
Binary10110101100001011110001011011100110111011001011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58571; }

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

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

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

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

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

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

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

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