#B08FA3

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

Shades of Bouquet #B08FA3

Tints of Bouquet #B08FA3

Color information

#B08FA3 (or 0xB08FA3) is unknown color: approx Bouquet. HEX triplet: B0, 8F and A3. RGB value is (176,143,163). Sum of RGB (Red+Green+Blue) = 176+143+163=482 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.51% from 482); Green value is 143 (56.25% from 255 or 29.67% from 482); Blue value is 163 (64.06% from 255 or 33.82% from 482); Max value from RGB is 176 - color contains mainly: red. Hex color #B08FA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08FA3 is #4F705C. Grayscale: #9B9B9B. Windows color (decimal): -5206109 or 10719152. OLE color: 10719152.

HSL color Cylindrical-coordinate representation of color #B08FA3: hue angle of 323.64º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B08FA3 is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB176143163-
CMYK00.190.070.31
HSL323.64º17.28%62.55%-
HSV(B)323.64º18.75%69.02%-
XYZ34.3431.5238.92-
YUV155.15132.43142.87-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.51%
GREEN value IS 143 (56.25% from 255) = 29.67%
BLUE value IS 163 (64.06% from 255) = 33.82%
R=36.51%
G=29.67%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614316300.190.070.31323.6417.2862.55
HexB08FA301371F144113f
Octal2602172430237375042177
Binary1011000010001111101000110100111111111110100010010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08FA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08FA3; }

 p { color: rgb(176,143,163); }

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

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

 a { background-color: rgb(176,143,163); }

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

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

 span { border-color: rgb(176,143,163); }

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