#B58884

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

Shades of Brandy Rose #B58884

Tints of Brandy Rose #B58884

Color information

#B58884 (or 0xB58884) is unknown color: approx Brandy Rose. HEX triplet: B5, 88 and 84. RGB value is (181,136,132). Sum of RGB (Red+Green+Blue) = 181+136+132=449 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.31% from 449); Green value is 136 (53.52% from 255 or 30.29% from 449); Blue value is 132 (51.95% from 255 or 29.40% from 449); Max value from RGB is 181 - color contains mainly: red. Hex color #B58884 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58884 is #4A777B. Grayscale: #959595. Windows color (decimal): -4880252 or 8685749. OLE color: 8685749.

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

Color convert

RGB181136132-
CMYK00.250.270.29
HSL4.9º24.87%61.37%-
HSV(B)4.9º27.07%70.98%-
XYZ32.0329.125.76-
YUV149118.41150.83-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.31%
GREEN value IS 136 (53.52% from 255) = 30.29%
BLUE value IS 132 (51.95% from 255) = 29.40%
R=40.31%
G=30.29%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113613200.250.270.294.924.8761.37
HexB588840191B1D5193d
Octal265210204031333553175
Binary101101011000100010000100011001110111110110111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58884; }

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

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

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

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

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

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

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

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