#B983A7

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

Shades of Bouquet #B983A7

Tints of Bouquet #B983A7

Color information

#B983A7 (or 0xB983A7) is unknown color: approx Bouquet. HEX triplet: B9, 83 and A7. RGB value is (185,131,167). Sum of RGB (Red+Green+Blue) = 185+131+167=483 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.30% from 483); Green value is 131 (51.56% from 255 or 27.12% from 483); Blue value is 167 (65.62% from 255 or 34.58% from 483); Max value from RGB is 185 - color contains mainly: red. Hex color #B983A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B983A7 is #467C58. Grayscale: #979797. Windows color (decimal): -4619353 or 10978233. OLE color: 10978233.

HSL color Cylindrical-coordinate representation of color #B983A7: hue angle of 320º 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 #B983A7 is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB185131167-
CMYK00.290.100.27
HSL320º27.84%61.96%-
HSV(B)320º29.19%72.55%-
XYZ35.129.3440.37-
YUV151.25136.89152.07-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.30%
GREEN value IS 131 (51.56% from 255) = 27.12%
BLUE value IS 167 (65.62% from 255) = 34.58%
R=38.30%
G=27.12%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513116700.290.100.2732027.8461.96
HexB983A701DA1B1401c3e
Octal27120324703512335003476
Binary10111001100000111010011101110110101101110100000011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B983A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B983A7; }

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

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

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

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

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

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

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

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