#B58673

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

Shades of Brandy Rose #B58673

Tints of Brandy Rose #B58673

Color information

#B58673 (or 0xB58673) is unknown color: approx Brandy Rose. HEX triplet: B5, 86 and 73. RGB value is (181,134,115). Sum of RGB (Red+Green+Blue) = 181+134+115=430 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.09% from 430); Green value is 134 (52.73% from 255 or 31.16% from 430); Blue value is 115 (45.31% from 255 or 26.74% from 430); Max value from RGB is 181 - color contains mainly: red. Hex color #B58673 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58673 is #4A798C. Grayscale: #929292. Windows color (decimal): -4880781 or 7571125. OLE color: 7571125.

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

Color convert

RGB181134115-
CMYK00.260.360.29
HSL17.27º30.84%58.04%-
HSV(B)17.27º36.46%70.98%-
XYZ30.6828.1120.03-
YUV145.89110.57153.04-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.09%
GREEN value IS 134 (52.73% from 255) = 31.16%
BLUE value IS 115 (45.31% from 255) = 26.74%
R=42.09%
G=31.16%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113411500.260.360.2917.2730.8458.04
HexB5867301A241D111f3a
Octal2652061630324435213772
Binary10110101100001101110011011010100100111011000111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58673; }

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

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

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

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

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

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

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

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