#B08BA0

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

Shades of Bouquet #B08BA0

Tints of Bouquet #B08BA0

Color information

#B08BA0 (or 0xB08BA0) is unknown color: approx Bouquet. HEX triplet: B0, 8B and A0. RGB value is (176,139,160). Sum of RGB (Red+Green+Blue) = 176+139+160=475 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.05% from 475); Green value is 139 (54.69% from 255 or 29.26% from 475); Blue value is 160 (62.89% from 255 or 33.68% from 475); Max value from RGB is 176 - color contains mainly: red. Hex color #B08BA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08BA0 is #4F745F. Grayscale: #989898. Windows color (decimal): -5207136 or 10521520. OLE color: 10521520.

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

Color convert

RGB176139160-
CMYK00.210.090.31
HSL325.95º18.97%61.76%-
HSV(B)325.95º21.02%69.02%-
XYZ33.4830.2337.33-
YUV152.46132.26144.79-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.05%
GREEN value IS 139 (54.69% from 255) = 29.26%
BLUE value IS 160 (62.89% from 255) = 33.68%
R=37.05%
G=29.26%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613916000.210.090.31325.9518.9761.76
HexB08BA001591F146133e
Octal26021324002511375062376
Binary10110000100010111010000001010110011111110100011010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08BA0; }

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

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

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

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

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

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

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

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