#B58298

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

Shades of Bouquet #B58298

Tints of Bouquet #B58298

Color information

#B58298 (or 0xB58298) is unknown color: approx Bouquet. HEX triplet: B5, 82 and 98. RGB value is (181,130,152). Sum of RGB (Red+Green+Blue) = 181+130+152=463 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.09% from 463); Green value is 130 (51.17% from 255 or 28.08% from 463); Blue value is 152 (59.77% from 255 or 32.83% from 463); Max value from RGB is 181 - color contains mainly: red. Hex color #B58298 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58298 is #4A7D67. Grayscale: #939393. Windows color (decimal): -4881768 or 9994933. OLE color: 9994933.

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

Color convert

RGB181130152-
CMYK00.280.160.29
HSL334.12º25.63%60.98%-
HSV(B)334.12º28.18%70.98%-
XYZ32.7128.0633.4-
YUV147.76130.4151.71-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.09%
GREEN value IS 130 (51.17% from 255) = 28.08%
BLUE value IS 152 (59.77% from 255) = 32.83%
R=39.09%
G=28.08%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113015200.280.160.29334.1225.6360.98
HexB5829801C101D14e1a3d
Octal26520223003420355163275
Binary101101011000001010011000011100100001110110100111011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58298; }

 p { color: rgb(181,130,152); }

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

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

 a { background-color: rgb(181,130,152); }

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

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

 span { border-color: rgb(181,130,152); }

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