#B98BA3

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

Shades of Bouquet #B98BA3

Tints of Bouquet #B98BA3

Color information

#B98BA3 (or 0xB98BA3) is unknown color: approx Bouquet. HEX triplet: B9, 8B and A3. RGB value is (185,139,163). Sum of RGB (Red+Green+Blue) = 185+139+163=487 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.99% from 487); Green value is 139 (54.69% from 255 or 28.54% from 487); Blue value is 163 (64.06% from 255 or 33.47% from 487); Max value from RGB is 185 - color contains mainly: red. Hex color #B98BA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98BA3 is #46745C. Grayscale: #9B9B9B. Windows color (decimal): -4617309 or 10718137. OLE color: 10718137.

HSL color Cylindrical-coordinate representation of color #B98BA3: hue angle of 328.7º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B98BA3 is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB185139163-
CMYK00.250.120.27
HSL328.7º24.73%63.53%-
HSV(B)328.7º24.86%72.55%-
XYZ35.8531.4238.83-
YUV155.49132.24149.05-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.99%
GREEN value IS 139 (54.69% from 255) = 28.54%
BLUE value IS 163 (64.06% from 255) = 33.47%
R=37.99%
G=28.54%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513916300.250.120.27328.724.7363.53
HexB98BA3019C1B1491940
Octal271213243031143351131100
Binary101110011000101110100011011001110011011101001001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98BA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98BA3; }

 p { color: rgb(185,139,163); }

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

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

 a { background-color: rgb(185,139,163); }

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

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

 span { border-color: rgb(185,139,163); }

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