#B08294

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

Shades of Bouquet #B08294

Tints of Bouquet #B08294

Color information

#B08294 (or 0xB08294) is unknown color: approx Bouquet. HEX triplet: B0, 82 and 94. RGB value is (176,130,148). Sum of RGB (Red+Green+Blue) = 176+130+148=454 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.77% from 454); Green value is 130 (51.17% from 255 or 28.63% from 454); Blue value is 148 (58.20% from 255 or 32.60% from 454); Max value from RGB is 176 - color contains mainly: red. Hex color #B08294 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08294 is #4F7D6B. Grayscale: #919191. Windows color (decimal): -5209452 or 9732784. OLE color: 9732784.

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

Color convert

RGB176130148-
CMYK00.260.160.31
HSL336.52º22.55%60%-
HSV(B)336.52º26.14%69.02%-
XYZ31.2327.3331.65-
YUV145.81129.24149.54-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.77%
GREEN value IS 130 (51.17% from 255) = 28.63%
BLUE value IS 148 (58.20% from 255) = 32.60%
R=38.77%
G=28.63%
B=32.60%

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
Decimal17613014800.260.160.31336.5222.5560
HexB0829401A101F151173c
Octal26020222403220375212774
Binary101100001000001010010100011010100001111110101000110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08294; }

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

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

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

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

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

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

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

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