#B182A2

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

Shades of Bouquet #B182A2

Tints of Bouquet #B182A2

Color information

#B182A2 (or 0xB182A2) is unknown color: approx Bouquet. HEX triplet: B1, 82 and A2. RGB value is (177,130,162). Sum of RGB (Red+Green+Blue) = 177+130+162=469 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.74% from 469); Green value is 130 (51.17% from 255 or 27.72% from 469); Blue value is 162 (63.67% from 255 or 34.54% from 469); Max value from RGB is 177 - color contains mainly: red. Hex color #B182A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B182A2 is #4E7D5D. Grayscale: #939393. Windows color (decimal): -5143902 or 10650289. OLE color: 10650289.

HSL color Cylindrical-coordinate representation of color #B182A2: hue angle of 319.15º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B182A2 is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.31.

Color convert

RGB177130162-
CMYK00.270.080.31
HSL319.15º23.15%60.2%-
HSV(B)319.15º26.55%69.41%-
XYZ32.6427.9237.85-
YUV147.7136.07148.9-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.74%
GREEN value IS 130 (51.17% from 255) = 27.72%
BLUE value IS 162 (63.67% from 255) = 34.54%
R=37.74%
G=27.72%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.08
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713016200.270.080.31319.1523.1560.2
HexB182A201B81F13f173c
Octal26120224203310374772774
Binary10110001100000101010001001101110001111110011111110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B182A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B182A2; }

 p { color: rgb(177,130,162); }

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

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

 a { background-color: rgb(177,130,162); }

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

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

 span { border-color: rgb(177,130,162); }

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