#B08195

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

Shades of Bouquet #B08195

Tints of Bouquet #B08195

Color information

#B08195 (or 0xB08195) is unknown color: approx Bouquet. HEX triplet: B0, 81 and 95. RGB value is (176,129,149). Sum of RGB (Red+Green+Blue) = 176+129+149=454 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.77% from 454); Green value is 129 (50.78% from 255 or 28.41% from 454); Blue value is 149 (58.59% from 255 or 32.82% from 454); Max value from RGB is 176 - color contains mainly: red. Hex color #B08195 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08195 is #4F7E6A. Grayscale: #919191. Windows color (decimal): -5209707 or 9798064. OLE color: 9798064.

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

Color convert

RGB176129149-
CMYK00.270.150.31
HSL334.47º22.93%59.8%-
HSV(B)334.47º26.7%69.02%-
XYZ31.1827.132.02-
YUV145.33130.07149.87-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.77%
GREEN value IS 129 (50.78% from 255) = 28.41%
BLUE value IS 149 (58.59% from 255) = 32.82%
R=38.77%
G=28.41%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612914900.270.150.31334.4722.9359.8
HexB0819501BF1F14e173c
Octal26020122503317375162774
Binary10110000100000011001010101101111111111110100111010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08195; }

 p { color: rgb(176,129,149); }

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

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

 a { background-color: rgb(176,129,149); }

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

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

 span { border-color: rgb(176,129,149); }

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