#B08394

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

Shades of Bouquet #B08394

Tints of Bouquet #B08394

Color information

#B08394 (or 0xB08394) is unknown color: approx Bouquet. HEX triplet: B0, 83 and 94. RGB value is (176,131,148). Sum of RGB (Red+Green+Blue) = 176+131+148=455 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.68% from 455); Green value is 131 (51.56% from 255 or 28.79% from 455); Blue value is 148 (58.20% from 255 or 32.53% from 455); Max value from RGB is 176 - color contains mainly: red. Hex color #B08394 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08394 is #4F7C6B. Grayscale: #929292. Windows color (decimal): -5209196 or 9733040. OLE color: 9733040.

HSL color Cylindrical-coordinate representation of color #B08394: hue angle of 337.33º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B08394 is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB176131148-
CMYK00.260.160.31
HSL337.33º22.17%60.2%-
HSV(B)337.33º25.57%69.02%-
XYZ31.3727.631.69-
YUV146.39128.91149.12-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.68%
GREEN value IS 131 (51.56% from 255) = 28.79%
BLUE value IS 148 (58.20% from 255) = 32.53%
R=38.68%
G=28.79%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613114800.260.160.31337.3322.1760.2
HexB0839401A101F151163c
Octal26020322403220375212674
Binary101100001000001110010100011010100001111110101000110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08394; }

 p { color: rgb(176,131,148); }

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

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

 a { background-color: rgb(176,131,148); }

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

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

 span { border-color: rgb(176,131,148); }

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