#B58D84

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

Shades of Brandy Rose #B58D84

Tints of Brandy Rose #B58D84

Color information

#B58D84 (or 0xB58D84) is unknown color: approx Brandy Rose. HEX triplet: B5, 8D and 84. RGB value is (181,141,132). Sum of RGB (Red+Green+Blue) = 181+141+132=454 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.87% from 454); Green value is 141 (55.47% from 255 or 31.06% from 454); Blue value is 132 (51.95% from 255 or 29.07% from 454); Max value from RGB is 181 - color contains mainly: red. Hex color #B58D84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58D84 is #4A727B. Grayscale: #989898. Windows color (decimal): -4878972 or 8687029. OLE color: 8687029.

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

Color convert

RGB181141132-
CMYK00.220.270.29
HSL11.02º24.87%61.37%-
HSV(B)11.02º27.07%70.98%-
XYZ32.7530.5426-
YUV151.93116.75148.73-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.87%
GREEN value IS 141 (55.47% from 255) = 31.06%
BLUE value IS 132 (51.95% from 255) = 29.07%
R=39.87%
G=31.06%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114113200.220.270.2911.0224.8761.37
HexB58D840161B1Db193d
Octal2652152040263335133175
Binary1011010110001101100001000101101101111101101111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58D84; }

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

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

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

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

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

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

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

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