#B38198

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

Shades of Bouquet #B38198

Tints of Bouquet #B38198

Color information

#B38198 (or 0xB38198) is unknown color: approx Bouquet. HEX triplet: B3, 81 and 98. RGB value is (179,129,152). Sum of RGB (Red+Green+Blue) = 179+129+152=460 (60% of max value = 765). Red value is 179 (70.31% from 255 or 38.91% from 460); Green value is 129 (50.78% from 255 or 28.04% from 460); Blue value is 152 (59.77% from 255 or 33.04% from 460); Max value from RGB is 179 - color contains mainly: red. Hex color #B38198 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38198 is #4C7E67. Grayscale: #929292. Windows color (decimal): -5013096 or 9994675. OLE color: 9994675.

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

Color convert

RGB179129152-
CMYK00.280.150.30
HSL332.4º24.75%60.39%-
HSV(B)332.4º27.93%70.2%-
XYZ32.1127.5533.33-
YUV146.57131.06151.13-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.91%
GREEN value IS 129 (50.78% from 255) = 28.04%
BLUE value IS 152 (59.77% from 255) = 33.04%
R=38.91%
G=28.04%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.15
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912915200.280.150.30332.424.7560.39
HexB3819801CF1E14c193c
Octal26320123003417365143174
Binary10110011100000011001100001110011111111010100110011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38198; }

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

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

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

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

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

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

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

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