#B58095

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

Shades of Bouquet #B58095

Tints of Bouquet #B58095

Color information

#B58095 (or 0xB58095) is unknown color: approx Bouquet. HEX triplet: B5, 80 and 95. RGB value is (181,128,149). Sum of RGB (Red+Green+Blue) = 181+128+149=458 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.52% from 458); Green value is 128 (50.39% from 255 or 27.95% from 458); Blue value is 149 (58.59% from 255 or 32.53% from 458); Max value from RGB is 181 - color contains mainly: red. Hex color #B58095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58095 is #4A7F6A. Grayscale: #929292. Windows color (decimal): -4882283 or 9797813. OLE color: 9797813.

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

Color convert

RGB181128149-
CMYK00.290.180.29
HSL336.23º26.37%60.59%-
HSV(B)336.23º29.28%70.98%-
XYZ32.227.4332.03-
YUV146.24129.56152.79-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.52%
GREEN value IS 128 (50.39% from 255) = 27.95%
BLUE value IS 149 (58.59% from 255) = 32.53%
R=39.52%
G=27.95%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112814900.290.180.29336.2326.3760.59
HexB5809501D121D1501a3d
Octal26520022503522355203275
Binary101101011000000010010101011101100101110110101000011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58095; }

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

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

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

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

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

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

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

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