#B58079

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

Shades of Brandy Rose #B58079

Tints of Brandy Rose #B58079

Color information

#B58079 (or 0xB58079) is unknown color: approx Brandy Rose. HEX triplet: B5, 80 and 79. RGB value is (181,128,121). Sum of RGB (Red+Green+Blue) = 181+128+121=430 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.09% from 430); Green value is 128 (50.39% from 255 or 29.77% from 430); Blue value is 121 (47.66% from 255 or 28.14% from 430); Max value from RGB is 181 - color contains mainly: red. Hex color #B58079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58079 is #4A7F86. Grayscale: #8F8F8F. Windows color (decimal): -4882311 or 7962805. OLE color: 7962805.

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

Color convert

RGB181128121-
CMYK00.290.330.29
HSL28.85%59.22%-
HSV(B)33.15%70.98%-
XYZ30.2326.6421.64-
YUV143.05115.56155.07-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.09%
GREEN value IS 128 (50.39% from 255) = 29.77%
BLUE value IS 121 (47.66% from 255) = 28.14%
R=42.09%
G=29.77%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112812100.290.330.29728.8559.22
HexB5807901D211D71d3b
Octal265200171035413573573
Binary101101011000000011110010111011000011110111111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58079; }

 p { color: rgb(181,128,121); }

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

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

 a { background-color: rgb(181,128,121); }

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

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

 span { border-color: rgb(181,128,121); }

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