#B5B0AF

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

Shades of Pink Swan #B5B0AF

Tints of Pink Swan #B5B0AF

Color information

#B5B0AF (or 0xB5B0AF) is unknown color: approx Pink Swan. HEX triplet: B5, B0 and AF. RGB value is (181,176,175). Sum of RGB (Red+Green+Blue) = 181+176+175=532 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.02% from 532); Green value is 176 (69.14% from 255 or 33.08% from 532); Blue value is 175 (68.75% from 255 or 32.89% from 532); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B0AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5B0AF is #4A4F50. Grayscale: #B1B1B1. Windows color (decimal): -4869969 or 11514037. OLE color: 11514037.

HSL color Cylindrical-coordinate representation of color #B5B0AF: hue angle of 10º degrees, saturation: 0.04, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #B5B0AF is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB181176175-
CMYK00.030.030.29
HSL10º3.9%69.8%-
HSV(B)10º3.31%70.98%-
XYZ42.3243.9746.81-
YUV177.38126.66130.58-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.02%
GREEN value IS 176 (69.14% from 255) = 33.08%
BLUE value IS 175 (68.75% from 255) = 32.89%
R=34.02%
G=33.08%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117617500.030.030.29103.969.8
HexB5B0AF0331Da446
Octal26526025703335124106
Binary101101011011000010101111011111110110101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B0AF; }

 p { color: rgb(181,176,175); }

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

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

 a { background-color: rgb(181,176,175); }

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

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

 span { border-color: rgb(181,176,175); }

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