#B58973

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

Shades of Brandy Rose #B58973

Tints of Brandy Rose #B58973

Color information

#B58973 (or 0xB58973) is unknown color: approx Brandy Rose. HEX triplet: B5, 89 and 73. RGB value is (181,137,115). Sum of RGB (Red+Green+Blue) = 181+137+115=433 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.80% from 433); Green value is 137 (53.91% from 255 or 31.64% from 433); Blue value is 115 (45.31% from 255 or 26.56% from 433); Max value from RGB is 181 - color contains mainly: red. Hex color #B58973 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58973 is #4A768C. Grayscale: #939393. Windows color (decimal): -4880013 or 7571893. OLE color: 7571893.

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

Color convert

RGB181137115-
CMYK00.240.360.29
HSL20º30.84%58.04%-
HSV(B)20º36.46%70.98%-
XYZ31.128.9520.17-
YUV147.65109.58151.79-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.80%
GREEN value IS 137 (53.91% from 255) = 31.64%
BLUE value IS 115 (45.31% from 255) = 26.56%
R=41.80%
G=31.64%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113711500.240.360.292030.8458.04
HexB58973018241D141f3a
Octal2652111630304435243772
Binary10110101100010011110011011000100100111011010011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58973; }

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

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

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

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

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

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

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

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