#B58576

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

Shades of Brandy Rose #B58576

Tints of Brandy Rose #B58576

Color information

#B58576 (or 0xB58576) is unknown color: approx Brandy Rose. HEX triplet: B5, 85 and 76. RGB value is (181,133,118). Sum of RGB (Red+Green+Blue) = 181+133+118=432 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.90% from 432); Green value is 133 (52.34% from 255 or 30.79% from 432); Blue value is 118 (46.48% from 255 or 27.31% from 432); Max value from RGB is 181 - color contains mainly: red. Hex color #B58576 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58576 is #4A7A89. Grayscale: #919191. Windows color (decimal): -4881034 or 7767477. OLE color: 7767477.

HSL color Cylindrical-coordinate representation of color #B58576: hue angle of 14.29º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B58576 is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB181133118-
CMYK00.270.350.29
HSL14.29º29.86%58.63%-
HSV(B)14.29º34.81%70.98%-
XYZ30.7127.9120.91-
YUV145.64112.4153.22-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.90%
GREEN value IS 133 (52.34% from 255) = 30.79%
BLUE value IS 118 (46.48% from 255) = 27.31%
R=41.90%
G=30.79%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113311800.270.350.2914.2929.8658.63
HexB5857601B231De1e3b
Octal2652051660334335163673
Binary1011010110000101111011001101110001111101111011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58576; }

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

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

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

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

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

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

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

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