#B58471

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

Shades of Brandy Rose #B58471

Tints of Brandy Rose #B58471

Color information

#B58471 (or 0xB58471) is unknown color: approx Brandy Rose. HEX triplet: B5, 84 and 71. RGB value is (181,132,113). Sum of RGB (Red+Green+Blue) = 181+132+113=426 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.49% from 426); Green value is 132 (51.95% from 255 or 30.99% from 426); Blue value is 113 (44.53% from 255 or 26.53% from 426); Max value from RGB is 181 - color contains mainly: red. Hex color #B58471 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58471 is #4A7B8E. Grayscale: #909090. Windows color (decimal): -4881295 or 7439541. OLE color: 7439541.

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

Color convert

RGB181132113-
CMYK00.270.380.29
HSL16.76º31.48%57.65%-
HSV(B)16.76º37.57%70.98%-
XYZ30.2927.5219.34-
YUV144.49110.23154.04-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.49%
GREEN value IS 132 (51.95% from 255) = 30.99%
BLUE value IS 113 (44.53% from 255) = 26.53%
R=42.49%
G=30.99%
B=26.53%

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
Decimal18113211300.270.380.2916.7631.4857.65
HexB5847101B261D111f3a
Octal2652041610334635213772
Binary10110101100001001110001011011100110111011000111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58471; }

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

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

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

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

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

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

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

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