#B58573

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

Shades of Brandy Rose #B58573

Tints of Brandy Rose #B58573

Color information

#B58573 (or 0xB58573) is unknown color: approx Brandy Rose. HEX triplet: B5, 85 and 73. RGB value is (181,133,115). Sum of RGB (Red+Green+Blue) = 181+133+115=429 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.19% from 429); Green value is 133 (52.34% from 255 or 31.00% from 429); Blue value is 115 (45.31% from 255 or 26.81% from 429); Max value from RGB is 181 - color contains mainly: red. Hex color #B58573 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58573 is #4A7A8C. Grayscale: #919191. Windows color (decimal): -4881037 or 7570869. OLE color: 7570869.

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

Color convert

RGB181133115-
CMYK00.270.360.29
HSL16.36º30.84%58.04%-
HSV(B)16.36º36.46%70.98%-
XYZ30.5427.8419.98-
YUV145.3110.9153.46-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.19%
GREEN value IS 133 (52.34% from 255) = 31.00%
BLUE value IS 115 (45.31% from 255) = 26.81%
R=42.19%
G=31.00%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113311500.270.360.2916.3630.8458.04
HexB5857301B241D101f3a
Octal2652051630334435203772
Binary10110101100001011110011011011100100111011000011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58573; }

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

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

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

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

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

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

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

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