#B58871

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

Shades of Brandy Rose #B58871

Tints of Brandy Rose #B58871

Color information

#B58871 (or 0xB58871) is unknown color: approx Brandy Rose. HEX triplet: B5, 88 and 71. RGB value is (181,136,113). Sum of RGB (Red+Green+Blue) = 181+136+113=430 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.09% from 430); Green value is 136 (53.52% from 255 or 31.63% from 430); Blue value is 113 (44.53% from 255 or 26.28% from 430); Max value from RGB is 181 - color contains mainly: red. Hex color #B58871 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58871 is #4A778E. Grayscale: #929292. Windows color (decimal): -4880271 or 7440565. OLE color: 7440565.

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

Color convert

RGB181136113-
CMYK00.250.380.29
HSL20.29º31.48%57.65%-
HSV(B)20.29º37.57%70.98%-
XYZ30.8428.6219.52-
YUV146.83108.91152.37-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.09%
GREEN value IS 136 (53.52% from 255) = 31.63%
BLUE value IS 113 (44.53% from 255) = 26.28%
R=42.09%
G=31.63%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113611300.250.380.2920.2931.4857.65
HexB58871019261D141f3a
Octal2652101610314635243772
Binary10110101100010001110001011001100110111011010011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58871; }

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

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

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

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

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

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

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

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