#B182A6

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

Shades of Bouquet #B182A6

Tints of Bouquet #B182A6

Color information

#B182A6 (or 0xB182A6) is unknown color: approx Bouquet. HEX triplet: B1, 82 and A6. RGB value is (177,130,166). Sum of RGB (Red+Green+Blue) = 177+130+166=473 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.42% from 473); Green value is 130 (51.17% from 255 or 27.48% from 473); Blue value is 166 (65.23% from 255 or 35.10% from 473); Max value from RGB is 177 - color contains mainly: red. Hex color #B182A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B182A6 is #4E7D59. Grayscale: #949494. Windows color (decimal): -5143898 or 10912433. OLE color: 10912433.

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

Color convert

RGB177130166-
CMYK00.270.060.31
HSL314.04º23.15%60.2%-
HSV(B)314.04º26.55%69.41%-
XYZ3328.0739.75-
YUV148.16138.07148.57-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.42%
GREEN value IS 130 (51.17% from 255) = 27.48%
BLUE value IS 166 (65.23% from 255) = 35.10%
R=37.42%
G=27.48%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713016600.270.060.31314.0423.1560.2
HexB182A601B61F13a173c
Octal2612022460336374722774
Binary1011000110000010101001100110111101111110011101010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B182A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B182A6; }

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

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

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

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

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

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

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

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