#BEB1AD

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

Shades of Pink Swan #BEB1AD

Tints of Pink Swan #BEB1AD

Color information

#BEB1AD (or 0xBEB1AD) is unknown color: approx Pink Swan. HEX triplet: BE, B1 and AD. RGB value is (190,177,173). Sum of RGB (Red+Green+Blue) = 190+177+173=540 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.19% from 540); Green value is 177 (69.53% from 255 or 32.78% from 540); Blue value is 173 (67.97% from 255 or 32.04% from 540); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB1AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB1AD is #414E52. Grayscale: #B4B4B4. Windows color (decimal): -4279891 or 11383230. OLE color: 11383230.

HSL color Cylindrical-coordinate representation of color #BEB1AD: hue angle of 14.12º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BEB1AD is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB190177173-
CMYK00.070.090.25
HSL14.12º11.56%71.18%-
HSV(B)14.12º8.95%74.51%-
XYZ44.545.4145.95-
YUV180.43123.81134.83-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.19%
GREEN value IS 177 (69.53% from 255) = 32.78%
BLUE value IS 173 (67.97% from 255) = 32.04%
R=35.19%
G=32.78%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017717300.070.090.2514.1211.5671.18
HexBEB1AD07919ec47
Octal2762612550711311614107
Binary1011111010110001101011010111100111001111011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB1AD; }

 p { color: rgb(190,177,173); }

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

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

 a { background-color: rgb(190,177,173); }

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

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

 span { border-color: rgb(190,177,173); }

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