#B180A5

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

Shades of Bouquet #B180A5

Tints of Bouquet #B180A5

Color information

#B180A5 (or 0xB180A5) is unknown color: approx Bouquet. HEX triplet: B1, 80 and A5. RGB value is (177,128,165). Sum of RGB (Red+Green+Blue) = 177+128+165=470 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.66% from 470); Green value is 128 (50.39% from 255 or 27.23% from 470); Blue value is 165 (64.84% from 255 or 35.11% from 470); Max value from RGB is 177 - color contains mainly: red. Hex color #B180A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B180A5 is #4E7F5A. Grayscale: #929292. Windows color (decimal): -5144411 or 10846385. OLE color: 10846385.

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

Color convert

RGB177128165-
CMYK00.280.070.31
HSL314.69º23.9%59.8%-
HSV(B)314.69º27.68%69.41%-
XYZ32.6427.539.19-
YUV146.87138.23149.49-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.66%
GREEN value IS 128 (50.39% from 255) = 27.23%
BLUE value IS 165 (64.84% from 255) = 35.11%
R=37.66%
G=27.23%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712816500.280.070.31314.6923.959.8
HexB180A501C71F13b183c
Octal2612002450347374733074
Binary1011000110000000101001010111001111111110011101111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B180A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B180A5; }

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

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

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

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

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

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

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

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