#B38298

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

Shades of Bouquet #B38298

Tints of Bouquet #B38298

Color information

#B38298 (or 0xB38298) is unknown color: approx Bouquet. HEX triplet: B3, 82 and 98. RGB value is (179,130,152). Sum of RGB (Red+Green+Blue) = 179+130+152=461 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.83% from 461); Green value is 130 (51.17% from 255 or 28.20% from 461); Blue value is 152 (59.77% from 255 or 32.97% from 461); Max value from RGB is 179 - color contains mainly: red. Hex color #B38298 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38298 is #4C7D67. Grayscale: #939393. Windows color (decimal): -5012840 or 9994931. OLE color: 9994931.

HSL color Cylindrical-coordinate representation of color #B38298: hue angle of 333.06º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B38298 is Cyan = 0, Magento = 0.27, Yellow = 0.15 and Black (K on CMYK) = 0.30.

Color convert

RGB179130152-
CMYK00.270.150.30
HSL333.06º24.38%60.59%-
HSV(B)333.06º27.37%70.2%-
XYZ32.2427.8233.38-
YUV147.16130.73150.71-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.83%
GREEN value IS 130 (51.17% from 255) = 28.20%
BLUE value IS 152 (59.77% from 255) = 32.97%
R=38.83%
G=28.20%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.15
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913015200.270.150.30333.0624.3860.59
HexB3829801BF1E14d183d
Octal26320223003317365153075
Binary10110011100000101001100001101111111111010100110111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38298; }

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

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

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

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

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

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

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

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