#B38098

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

Shades of Bouquet #B38098

Tints of Bouquet #B38098

Color information

#B38098 (or 0xB38098) is unknown color: approx Bouquet. HEX triplet: B3, 80 and 98. RGB value is (179,128,152). Sum of RGB (Red+Green+Blue) = 179+128+152=459 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.00% from 459); Green value is 128 (50.39% from 255 or 27.89% from 459); Blue value is 152 (59.77% from 255 or 33.12% from 459); Max value from RGB is 179 - color contains mainly: red. Hex color #B38098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38098 is #4C7F67. Grayscale: #919191. Windows color (decimal): -5013352 or 9994419. OLE color: 9994419.

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

Color convert

RGB179128152-
CMYK00.280.150.30
HSL331.76º25.12%60.2%-
HSV(B)331.76º28.49%70.2%-
XYZ31.9827.2933.29-
YUV145.98131.4151.55-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.00%
GREEN value IS 128 (50.39% from 255) = 27.89%
BLUE value IS 152 (59.77% from 255) = 33.12%
R=39.00%
G=27.89%
B=33.12%

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
Decimal17912815200.280.150.30331.7625.1260.2
HexB3809801CF1E14c193c
Octal26320023003417365143174
Binary10110011100000001001100001110011111111010100110011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38098; }

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

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

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

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

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

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

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

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