#B983A0

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

Shades of Bouquet #B983A0

Tints of Bouquet #B983A0

Color information

#B983A0 (or 0xB983A0) is unknown color: approx Bouquet. HEX triplet: B9, 83 and A0. RGB value is (185,131,160). Sum of RGB (Red+Green+Blue) = 185+131+160=476 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.87% from 476); Green value is 131 (51.56% from 255 or 27.52% from 476); Blue value is 160 (62.89% from 255 or 33.61% from 476); Max value from RGB is 185 - color contains mainly: red. Hex color #B983A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B983A0 is #467C5F. Grayscale: #969696. Windows color (decimal): -4619360 or 10519481. OLE color: 10519481.

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

Color convert

RGB185131160-
CMYK00.290.140.27
HSL327.78º27.84%61.96%-
HSV(B)327.78º29.19%72.55%-
XYZ34.4729.0837.05-
YUV150.45133.39152.64-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.87%
GREEN value IS 131 (51.56% from 255) = 27.52%
BLUE value IS 160 (62.89% from 255) = 33.61%
R=38.87%
G=27.52%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513116000.290.140.27327.7827.8461.96
HexB983A001DE1B1481c3e
Octal27120324003516335103476
Binary10111001100000111010000001110111101101110100100011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B983A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B983A0; }

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

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

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

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

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

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

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

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