#B983A4

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

Shades of Bouquet #B983A4

Tints of Bouquet #B983A4

Color information

#B983A4 (or 0xB983A4) is unknown color: approx Bouquet. HEX triplet: B9, 83 and A4. RGB value is (185,131,164). Sum of RGB (Red+Green+Blue) = 185+131+164=480 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.54% from 480); Green value is 131 (51.56% from 255 or 27.29% from 480); Blue value is 164 (64.45% from 255 or 34.17% from 480); Max value from RGB is 185 - color contains mainly: red. Hex color #B983A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B983A4 is #467C5B. Grayscale: #969696. Windows color (decimal): -4619356 or 10781625. OLE color: 10781625.

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

Color convert

RGB185131164-
CMYK00.290.110.27
HSL323.33º27.84%61.96%-
HSV(B)323.33º29.19%72.55%-
XYZ34.8229.2338.93-
YUV150.91135.39152.32-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.54%
GREEN value IS 131 (51.56% from 255) = 27.29%
BLUE value IS 164 (64.45% from 255) = 34.17%
R=38.54%
G=27.29%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513116400.290.110.27323.3327.8461.96
HexB983A401DB1B1431c3e
Octal27120324403513335033476
Binary10111001100000111010010001110110111101110100001111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B983A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B983A4; }

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

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

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

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

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

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

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

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