#B08299

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

Shades of Bouquet #B08299

Tints of Bouquet #B08299

Color information

#B08299 (or 0xB08299) is unknown color: approx Bouquet. HEX triplet: B0, 82 and 99. RGB value is (176,130,153). Sum of RGB (Red+Green+Blue) = 176+130+153=459 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.34% from 459); Green value is 130 (51.17% from 255 or 28.32% from 459); Blue value is 153 (60.16% from 255 or 33.33% from 459); Max value from RGB is 176 - color contains mainly: red. Hex color #B08299 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08299 is #4F7D66. Grayscale: #929292. Windows color (decimal): -5209447 or 10060464. OLE color: 10060464.

HSL color Cylindrical-coordinate representation of color #B08299: hue angle of 330º degrees, saturation: 0.23, 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 #B08299 is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB176130153-
CMYK00.260.130.31
HSL330º22.55%60%-
HSV(B)330º26.14%69.02%-
XYZ31.6427.533.78-
YUV146.38131.74149.13-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.34%
GREEN value IS 130 (51.17% from 255) = 28.32%
BLUE value IS 153 (60.16% from 255) = 33.33%
R=38.34%
G=28.32%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613015300.260.130.3133022.5560
HexB0829901AD1F14a173c
Octal26020223103215375122774
Binary10110000100000101001100101101011011111110100101010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08299; }

 p { color: rgb(176,130,153); }

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

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

 a { background-color: rgb(176,130,153); }

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

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

 span { border-color: rgb(176,130,153); }

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