#B08B9C

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

Shades of Bouquet #B08B9C

Tints of Bouquet #B08B9C

Color information

#B08B9C (or 0xB08B9C) is unknown color: approx Bouquet. HEX triplet: B0, 8B and 9C. RGB value is (176,139,156). Sum of RGB (Red+Green+Blue) = 176+139+156=471 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.37% from 471); Green value is 139 (54.69% from 255 or 29.51% from 471); Blue value is 156 (61.33% from 255 or 33.12% from 471); Max value from RGB is 176 - color contains mainly: red. Hex color #B08B9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08B9C is #4F7463. Grayscale: #979797. Windows color (decimal): -5207140 or 10259376. OLE color: 10259376.

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

Color convert

RGB176139156-
CMYK00.210.110.31
HSL332.43º18.97%61.76%-
HSV(B)332.43º21.02%69.02%-
XYZ33.1430.135.51-
YUV152130.26145.12-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.37%
GREEN value IS 139 (54.69% from 255) = 29.51%
BLUE value IS 156 (61.33% from 255) = 33.12%
R=37.37%
G=29.51%
B=33.12%

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
Decimal17613915600.210.110.31332.4318.9761.76
HexB08B9C015B1F14c133e
Octal26021323402513375142376
Binary10110000100010111001110001010110111111110100110010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08B9C; }

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

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

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

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

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

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

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

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