#B181A5

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

Shades of Bouquet #B181A5

Tints of Bouquet #B181A5

Color information

#B181A5 (or 0xB181A5) is unknown color: approx Bouquet. HEX triplet: B1, 81 and A5. RGB value is (177,129,165). Sum of RGB (Red+Green+Blue) = 177+129+165=471 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.58% from 471); Green value is 129 (50.78% from 255 or 27.39% from 471); Blue value is 165 (64.84% from 255 or 35.03% from 471); Max value from RGB is 177 - color contains mainly: red. Hex color #B181A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B181A5 is #4E7E5A. Grayscale: #939393. Windows color (decimal): -5144155 or 10846641. OLE color: 10846641.

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

Color convert

RGB177129165-
CMYK00.270.070.31
HSL315º23.53%60%-
HSV(B)315º27.12%69.41%-
XYZ32.7727.7639.23-
YUV147.46137.9149.07-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.58%
GREEN value IS 129 (50.78% from 255) = 27.39%
BLUE value IS 165 (64.84% from 255) = 35.03%
R=37.58%
G=27.39%
B=35.03%

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
Decimal17712916500.270.070.3131523.5360
HexB181A501B71F13b183c
Octal2612012450337374733074
Binary1011000110000001101001010110111111111110011101111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B181A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B181A5; }

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

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

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

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

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

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

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

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