#B58E82

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

Shades of Brandy Rose #B58E82

Tints of Brandy Rose #B58E82

Color information

#B58E82 (or 0xB58E82) is unknown color: approx Brandy Rose. HEX triplet: B5, 8E and 82. RGB value is (181,142,130). Sum of RGB (Red+Green+Blue) = 181+142+130=453 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.96% from 453); Green value is 142 (55.86% from 255 or 31.35% from 453); Blue value is 130 (51.17% from 255 or 28.70% from 453); Max value from RGB is 181 - color contains mainly: red. Hex color #B58E82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58E82 is #4A717D. Grayscale: #989898. Windows color (decimal): -4878718 or 8556213. OLE color: 8556213.

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

Color convert

RGB181142130-
CMYK00.220.280.29
HSL14.12º25.63%60.98%-
HSV(B)14.12º28.18%70.98%-
XYZ32.7630.7825.33-
YUV152.29115.42148.48-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.96%
GREEN value IS 142 (55.86% from 255) = 31.35%
BLUE value IS 130 (51.17% from 255) = 28.70%
R=39.96%
G=31.35%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114213000.220.280.2914.1225.6360.98
HexB58E820161C1De1a3d
Octal2652162020263435163275
Binary1011010110001110100000100101101110011101111011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58E82; }

 p { color: rgb(181,142,130); }

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

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

 a { background-color: rgb(181,142,130); }

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

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

 span { border-color: rgb(181,142,130); }

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