#B58873

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

Shades of Brandy Rose #B58873

Tints of Brandy Rose #B58873

Color information

#B58873 (or 0xB58873) is unknown color: approx Brandy Rose. HEX triplet: B5, 88 and 73. RGB value is (181,136,115). Sum of RGB (Red+Green+Blue) = 181+136+115=432 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.90% from 432); Green value is 136 (53.52% from 255 or 31.48% from 432); Blue value is 115 (45.31% from 255 or 26.62% from 432); Max value from RGB is 181 - color contains mainly: red. Hex color #B58873 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58873 is #4A778C. Grayscale: #939393. Windows color (decimal): -4880269 or 7571637. OLE color: 7571637.

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

Color convert

RGB181136115-
CMYK00.250.360.29
HSL19.09º30.84%58.04%-
HSV(B)19.09º36.46%70.98%-
XYZ30.9528.6720.12-
YUV147.06109.91152.21-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.90%
GREEN value IS 136 (53.52% from 255) = 31.48%
BLUE value IS 115 (45.31% from 255) = 26.62%
R=41.90%
G=31.48%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113611500.250.360.2919.0930.8458.04
HexB58873019241D131f3a
Octal2652101630314435233772
Binary10110101100010001110011011001100100111011001111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58873; }

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

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

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

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

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

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

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

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