#B182A1

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

Shades of Bouquet #B182A1

Tints of Bouquet #B182A1

Color information

#B182A1 (or 0xB182A1) is unknown color: approx Bouquet. HEX triplet: B1, 82 and A1. RGB value is (177,130,161). Sum of RGB (Red+Green+Blue) = 177+130+161=468 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.82% from 468); Green value is 130 (51.17% from 255 or 27.78% from 468); Blue value is 161 (63.28% from 255 or 34.40% from 468); Max value from RGB is 177 - color contains mainly: red. Hex color #B182A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B182A1 is #4E7D5E. Grayscale: #939393. Windows color (decimal): -5143903 or 10584753. OLE color: 10584753.

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

Color convert

RGB177130161-
CMYK00.270.090.31
HSL320.43º23.15%60.2%-
HSV(B)320.43º26.55%69.41%-
XYZ32.5527.8937.39-
YUV147.59135.57148.98-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.82%
GREEN value IS 130 (51.17% from 255) = 27.78%
BLUE value IS 161 (63.28% from 255) = 34.40%
R=37.82%
G=27.78%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713016100.270.090.31320.4323.1560.2
HexB182A101B91F140173c
Octal26120224103311375002774
Binary10110001100000101010000101101110011111110100000010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B182A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B182A1; }

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

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

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

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

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

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

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

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