#B58097

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

Shades of Bouquet #B58097

Tints of Bouquet #B58097

Color information

#B58097 (or 0xB58097) is unknown color: approx Bouquet. HEX triplet: B5, 80 and 97. RGB value is (181,128,151). Sum of RGB (Red+Green+Blue) = 181+128+151=460 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.35% from 460); Green value is 128 (50.39% from 255 or 27.83% from 460); Blue value is 151 (59.38% from 255 or 32.83% from 460); Max value from RGB is 181 - color contains mainly: red. Hex color #B58097 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58097 is #4A7F68. Grayscale: #929292. Windows color (decimal): -4882281 or 9928885. OLE color: 9928885.

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

Color convert

RGB181128151-
CMYK00.290.170.29
HSL333.96º26.37%60.59%-
HSV(B)333.96º29.28%70.98%-
XYZ32.3627.532.88-
YUV146.47130.56152.63-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.35%
GREEN value IS 128 (50.39% from 255) = 27.83%
BLUE value IS 151 (59.38% from 255) = 32.83%
R=39.35%
G=27.83%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112815100.290.170.29333.9626.3760.59
HexB5809701D111D14e1a3d
Octal26520022703521355163275
Binary101101011000000010010111011101100011110110100111011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58097; }

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

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

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

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

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

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

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

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