#B08AA4

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

Shades of Bouquet #B08AA4

Tints of Bouquet #B08AA4

Color information

#B08AA4 (or 0xB08AA4) is unknown color: approx Bouquet. HEX triplet: B0, 8A and A4. RGB value is (176,138,164). Sum of RGB (Red+Green+Blue) = 176+138+164=478 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.82% from 478); Green value is 138 (54.30% from 255 or 28.87% from 478); Blue value is 164 (64.45% from 255 or 34.31% from 478); Max value from RGB is 176 - color contains mainly: red. Hex color #B08AA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08AA4 is #4F755B. Grayscale: #989898. Windows color (decimal): -5207388 or 10783408. OLE color: 10783408.

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

Color convert

RGB176138164-
CMYK00.220.070.31
HSL318.95º19.39%61.57%-
HSV(B)318.95º21.59%69.02%-
XYZ33.6930.0939.15-
YUV152.33134.59144.89-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.82%
GREEN value IS 138 (54.30% from 255) = 28.87%
BLUE value IS 164 (64.45% from 255) = 34.31%
R=36.82%
G=28.87%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613816400.220.070.31318.9519.3961.57
HexB08AA401671F13f133e
Octal2602122440267374772376
Binary1011000010001010101001000101101111111110011111110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08AA4; }

 p { color: rgb(176,138,164); }

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

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

 a { background-color: rgb(176,138,164); }

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

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

 span { border-color: rgb(176,138,164); }

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