#B089A4

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

Shades of Bouquet #B089A4

Tints of Bouquet #B089A4

Color information

#B089A4 (or 0xB089A4) is unknown color: approx Bouquet. HEX triplet: B0, 89 and A4. RGB value is (176,137,164). Sum of RGB (Red+Green+Blue) = 176+137+164=477 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.90% from 477); Green value is 137 (53.91% from 255 or 28.72% from 477); Blue value is 164 (64.45% from 255 or 34.38% from 477); Max value from RGB is 176 - color contains mainly: red. Hex color #B089A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B089A4 is #4F765B. Grayscale: #979797. Windows color (decimal): -5207644 or 10783152. OLE color: 10783152.

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

Color convert

RGB176137164-
CMYK00.220.070.31
HSL318.46º19.8%61.37%-
HSV(B)318.46º22.16%69.02%-
XYZ33.5529.839.11-
YUV151.74134.92145.3-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.90%
GREEN value IS 137 (53.91% from 255) = 28.72%
BLUE value IS 164 (64.45% from 255) = 34.38%
R=36.90%
G=28.72%
B=34.38%

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
Decimal17613716400.220.070.31318.4619.861.37
HexB089A401671F13e143d
Octal2602112440267374762475
Binary1011000010001001101001000101101111111110011111010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B089A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B089A4; }

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

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

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

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

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

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

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

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