#B883A4

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

Shades of Bouquet #B883A4

Tints of Bouquet #B883A4

Color information

#B883A4 (or 0xB883A4) is unknown color: approx Bouquet. HEX triplet: B8, 83 and A4. RGB value is (184,131,164). Sum of RGB (Red+Green+Blue) = 184+131+164=479 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.41% from 479); Green value is 131 (51.56% from 255 or 27.35% from 479); Blue value is 164 (64.45% from 255 or 34.24% from 479); Max value from RGB is 184 - color contains mainly: red. Hex color #B883A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B883A4 is #477C5B. Grayscale: #969696. Windows color (decimal): -4684892 or 10781624. OLE color: 10781624.

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

Color convert

RGB184131164-
CMYK00.290.110.28
HSL322.64º27.18%61.76%-
HSV(B)322.64º28.8%72.16%-
XYZ34.5829.138.92-
YUV150.61135.56151.82-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.41%
GREEN value IS 131 (51.56% from 255) = 27.35%
BLUE value IS 164 (64.45% from 255) = 34.24%
R=38.41%
G=27.35%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.11
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413116400.290.110.28322.6427.1861.76
HexB883A401DB1C1431b3e
Octal27020324403513345033376
Binary10111000100000111010010001110110111110010100001111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B883A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B883A4; }

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

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

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

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

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

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

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

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