#B08B9D

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

Shades of Bouquet #B08B9D

Tints of Bouquet #B08B9D

Color information

#B08B9D (or 0xB08B9D) is unknown color: approx Bouquet. HEX triplet: B0, 8B and 9D. RGB value is (176,139,157). Sum of RGB (Red+Green+Blue) = 176+139+157=472 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.29% from 472); Green value is 139 (54.69% from 255 or 29.45% from 472); Blue value is 157 (61.72% from 255 or 33.26% from 472); Max value from RGB is 176 - color contains mainly: red. Hex color #B08B9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08B9D is #4F7462. Grayscale: #989898. Windows color (decimal): -5207139 or 10324912. OLE color: 10324912.

HSL color Cylindrical-coordinate representation of color #B08B9D: hue angle of 330.81º 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 #B08B9D is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB176139157-
CMYK00.210.110.31
HSL330.81º18.97%61.76%-
HSV(B)330.81º21.02%69.02%-
XYZ33.2230.1335.96-
YUV152.11130.76145.04-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.29%
GREEN value IS 139 (54.69% from 255) = 29.45%
BLUE value IS 157 (61.72% from 255) = 33.26%
R=37.29%
G=29.45%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613915700.210.110.31330.8118.9761.76
HexB08B9D015B1F14b133e
Octal26021323502513375132376
Binary10110000100010111001110101010110111111110100101110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08B9D; }

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

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

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

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

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

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

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

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