#B883A1

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

Shades of Bouquet #B883A1

Tints of Bouquet #B883A1

Color information

#B883A1 (or 0xB883A1) is unknown color: approx Bouquet. HEX triplet: B8, 83 and A1. RGB value is (184,131,161). Sum of RGB (Red+Green+Blue) = 184+131+161=476 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.66% from 476); Green value is 131 (51.56% from 255 or 27.52% from 476); Blue value is 161 (63.28% from 255 or 33.82% from 476); Max value from RGB is 184 - color contains mainly: red. Hex color #B883A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B883A1 is #477C5E. Grayscale: #969696. Windows color (decimal): -4684895 or 10585016. OLE color: 10585016.

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

Color convert

RGB184131161-
CMYK00.290.120.28
HSL326.04º27.18%61.76%-
HSV(B)326.04º28.8%72.16%-
XYZ34.322937.51-
YUV150.27134.06152.06-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.66%
GREEN value IS 131 (51.56% from 255) = 27.52%
BLUE value IS 161 (63.28% from 255) = 33.82%
R=38.66%
G=27.52%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.12
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413116100.290.120.28326.0427.1861.76
HexB883A101DC1C1461b3e
Octal27020324103514345063376
Binary10111000100000111010000101110111001110010100011011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B883A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B883A1; }

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

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

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

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

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

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

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

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