#B182A5

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

Shades of Bouquet #B182A5

Tints of Bouquet #B182A5

Color information

#B182A5 (or 0xB182A5) is unknown color: approx Bouquet. HEX triplet: B1, 82 and A5. RGB value is (177,130,165). Sum of RGB (Red+Green+Blue) = 177+130+165=472 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.5% from 472); Green value is 130 (51.17% from 255 or 27.54% from 472); Blue value is 165 (64.84% from 255 or 34.96% from 472); Max value from RGB is 177 - color contains mainly: red. Hex color #B182A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B182A5 is #4E7D5A. Grayscale: #939393. Windows color (decimal): -5143899 or 10846897. OLE color: 10846897.

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

Color convert

RGB177130165-
CMYK00.270.070.31
HSL315.32º23.15%60.2%-
HSV(B)315.32º26.55%69.41%-
XYZ32.9128.0339.27-
YUV148.04137.57148.65-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.5%
GREEN value IS 130 (51.17% from 255) = 27.54%
BLUE value IS 165 (64.84% from 255) = 34.96%
R=37.5%
G=27.54%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713016500.270.070.31315.3223.1560.2
HexB182A501B71F13b173c
Octal2612022450337374732774
Binary1011000110000010101001010110111111111110011101110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B182A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B182A5; }

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

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

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

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

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

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

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

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