#B983A9

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

Shades of Bouquet #B983A9

Tints of Bouquet #B983A9

Color information

#B983A9 (or 0xB983A9) is unknown color: approx Bouquet. HEX triplet: B9, 83 and A9. RGB value is (185,131,169). Sum of RGB (Red+Green+Blue) = 185+131+169=485 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.14% from 485); Green value is 131 (51.56% from 255 or 27.01% from 485); Blue value is 169 (66.41% from 255 or 34.85% from 485); Max value from RGB is 185 - color contains mainly: red. Hex color #B983A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B983A9 is #467C56. Grayscale: #979797. Windows color (decimal): -4619351 or 11109305. OLE color: 11109305.

HSL color Cylindrical-coordinate representation of color #B983A9: hue angle of 317.78º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B983A9 is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB185131169-
CMYK00.290.090.27
HSL317.78º27.84%61.96%-
HSV(B)317.78º29.19%72.55%-
XYZ35.2929.4141.35-
YUV151.48137.89151.91-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.14%
GREEN value IS 131 (51.56% from 255) = 27.01%
BLUE value IS 169 (66.41% from 255) = 34.85%
R=38.14%
G=27.01%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513116900.290.090.27317.7827.8461.96
HexB983A901D91B13e1c3e
Octal27120325103511334763476
Binary10111001100000111010100101110110011101110011111011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B983A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B983A9; }

 p { color: rgb(185,131,169); }

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

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

 a { background-color: rgb(185,131,169); }

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

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

 span { border-color: rgb(185,131,169); }

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