#B38398

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

Shades of Bouquet #B38398

Tints of Bouquet #B38398

Color information

#B38398 (or 0xB38398) is unknown color: approx Bouquet. HEX triplet: B3, 83 and 98. RGB value is (179,131,152). Sum of RGB (Red+Green+Blue) = 179+131+152=462 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.74% from 462); Green value is 131 (51.56% from 255 or 28.35% from 462); Blue value is 152 (59.77% from 255 or 32.90% from 462); Max value from RGB is 179 - color contains mainly: red. Hex color #B38398 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38398 is #4C7C67. Grayscale: #939393. Windows color (decimal): -5012584 or 9995187. OLE color: 9995187.

HSL color Cylindrical-coordinate representation of color #B38398: hue angle of 333.75º 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 #B38398 is Cyan = 0, Magento = 0.27, Yellow = 0.15 and Black (K on CMYK) = 0.30.

Color convert

RGB179131152-
CMYK00.270.150.30
HSL333.75º24%60.78%-
HSV(B)333.75º26.82%70.2%-
XYZ32.3728.0833.42-
YUV147.75130.4150.29-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.74%
GREEN value IS 131 (51.56% from 255) = 28.35%
BLUE value IS 152 (59.77% from 255) = 32.90%
R=38.74%
G=28.35%
B=32.90%

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
Decimal17913115200.270.150.30333.752460.78
HexB3839801BF1E14e183d
Octal26320323003317365163075
Binary10110011100000111001100001101111111111010100111011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38398; }

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

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

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

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

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

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

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

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