#B38099

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

Shades of Bouquet #B38099

Tints of Bouquet #B38099

Color information

#B38099 (or 0xB38099) is unknown color: approx Bouquet. HEX triplet: B3, 80 and 99. RGB value is (179,128,153). Sum of RGB (Red+Green+Blue) = 179+128+153=460 (60% of max value = 765). Red value is 179 (70.31% from 255 or 38.91% from 460); Green value is 128 (50.39% from 255 or 27.83% from 460); Blue value is 153 (60.16% from 255 or 33.26% from 460); Max value from RGB is 179 - color contains mainly: red. Hex color #B38099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38099 is #4C7F66. Grayscale: #929292. Windows color (decimal): -5013351 or 10059955. OLE color: 10059955.

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

Color convert

RGB179128153-
CMYK00.280.150.30
HSL330.59º25.12%60.2%-
HSV(B)330.59º28.49%70.2%-
XYZ32.0627.3233.72-
YUV146.1131.9151.47-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.91%
GREEN value IS 128 (50.39% from 255) = 27.83%
BLUE value IS 153 (60.16% from 255) = 33.26%
R=38.91%
G=27.83%
B=33.26%

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
Decimal17912815300.280.150.30330.5925.1260.2
HexB3809901CF1E14b193c
Octal26320023103417365133174
Binary10110011100000001001100101110011111111010100101111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38099; }

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

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

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

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

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

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

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

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