#B58173

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

Shades of Brandy Rose #B58173

Tints of Brandy Rose #B58173

Color information

#B58173 (or 0xB58173) is unknown color: approx Brandy Rose. HEX triplet: B5, 81 and 73. RGB value is (181,129,115). Sum of RGB (Red+Green+Blue) = 181+129+115=425 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.59% from 425); Green value is 129 (50.78% from 255 or 30.35% from 425); Blue value is 115 (45.31% from 255 or 27.06% from 425); Max value from RGB is 181 - color contains mainly: red. Hex color #B58173 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58173 is #4A7E8C. Grayscale: #8F8F8F. Windows color (decimal): -4882061 or 7569845. OLE color: 7569845.

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

Color convert

RGB181129115-
CMYK00.290.360.29
HSL12.73º30.84%58.04%-
HSV(B)12.73º36.46%70.98%-
XYZ3026.7619.8-
YUV142.95112.23155.14-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.59%
GREEN value IS 129 (50.78% from 255) = 30.35%
BLUE value IS 115 (45.31% from 255) = 27.06%
R=42.59%
G=30.35%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112911500.290.360.2912.7330.8458.04
HexB5817301D241Dd1f3a
Octal2652011630354435153772
Binary1011010110000001111001101110110010011101110111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58173; }

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

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

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

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

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

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

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

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