#B08B9F

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

Shades of Bouquet #B08B9F

Tints of Bouquet #B08B9F

Color information

#B08B9F (or 0xB08B9F) is unknown color: approx Bouquet. HEX triplet: B0, 8B and 9F. RGB value is (176,139,159). Sum of RGB (Red+Green+Blue) = 176+139+159=474 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.13% from 474); Green value is 139 (54.69% from 255 or 29.32% from 474); Blue value is 159 (62.5% from 255 or 33.54% from 474); Max value from RGB is 176 - color contains mainly: red. Hex color #B08B9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08B9F is #4F7460. Grayscale: #989898. Windows color (decimal): -5207137 or 10455984. OLE color: 10455984.

HSL color Cylindrical-coordinate representation of color #B08B9F: hue angle of 327.57º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B08B9F is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB176139159-
CMYK00.210.100.31
HSL327.57º18.97%61.76%-
HSV(B)327.57º21.02%69.02%-
XYZ33.430.236.87-
YUV152.34131.76144.87-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.13%
GREEN value IS 139 (54.69% from 255) = 29.32%
BLUE value IS 159 (62.5% from 255) = 33.54%
R=37.13%
G=29.32%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613915900.210.100.31327.5718.9761.76
HexB08B9F015A1F148133e
Octal26021323702512375102376
Binary10110000100010111001111101010110101111110100100010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08B9F; }

 p { color: rgb(176,139,159); }

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

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

 a { background-color: rgb(176,139,159); }

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

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

 span { border-color: rgb(176,139,159); }

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