#B58971

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

Shades of Brandy Rose #B58971

Tints of Brandy Rose #B58971

Color information

#B58971 (or 0xB58971) is unknown color: approx Brandy Rose. HEX triplet: B5, 89 and 71. RGB value is (181,137,113). Sum of RGB (Red+Green+Blue) = 181+137+113=431 (57% of max value = 765). Red value is 181 (71.09% from 255 or 42.00% from 431); Green value is 137 (53.91% from 255 or 31.79% from 431); Blue value is 113 (44.53% from 255 or 26.22% from 431); Max value from RGB is 181 - color contains mainly: red. Hex color #B58971 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58971 is #4A768E. Grayscale: #939393. Windows color (decimal): -4880015 or 7440821. OLE color: 7440821.

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

Color convert

RGB181137113-
CMYK00.240.380.29
HSL21.18º31.48%57.65%-
HSV(B)21.18º37.57%70.98%-
XYZ30.9828.9119.57-
YUV147.42108.58151.95-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.00%
GREEN value IS 137 (53.91% from 255) = 31.79%
BLUE value IS 113 (44.53% from 255) = 26.22%
R=42.00%
G=31.79%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113711300.240.380.2921.1831.4857.65
HexB58971018261D151f3a
Octal2652111610304635253772
Binary10110101100010011110001011000100110111011010111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58971; }

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

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

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

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

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

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

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

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