Html Css Color HEX #BEA5A5 Pink Swan

📋 copy color: '#BEA5A5'

red 190 ◦ green 165 ◦ blue 165

#BEA5A5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pink Swan #BEA5A5

Tints of Pink Swan #BEA5A5

RGB

 RED value IS 190 (74.61% from 255) = 36.54%

 GREEN value IS 165 (64.84% from 255) = 31.73%

 BLUE value IS 165 (64.84% from 255) = 31.73%

R = 36.54%
G = 31.73%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#BEA5A5 (or 0xBEA5A5) is known color: Pink Swan. HEX triplet: BE, A5 and A5. RGB value is (190,165,165). Sum of RGB (Red+Green+Blue) = 190+165+165=520 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.54% from 520); Green value is 165 (64.84% from 255 or 31.73% from 520); Blue value is 165 (64.84% from 255 or 31.73% from 520); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA5A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA5A5 is #415A5A. Grayscale: #ACACAC. Windows color (decimal): -4282971 or 10855870. OLE color: 10855870.

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

Color convert

RGB 190 165 165 -
CMYK 0 0.13 0.13 0.25
HSL 0.16% 0.7% -
HSV(B) 0.13% 0.75% -
XYZ 41.48 40.57 41.24 -
YUV 172.48 123.78 140.5 -
System Red Green Blue C M Y K H S L
Decimal 190 165 165 0 0.13 0.13 0.25 0 0.16 0.7
Hex BE A5 A5 0 D D 19 0 10 46
Octal 276 245 245 0 15 15 31 0 20 106
Binary 10111110 10100101 10100101 0 1101 1101 11001 0 10000 1000110

Color Harmonies of #BEA5A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA5A5

Black with #BEA5A5

Text Example


Text Example

White with #BEA5A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA5A5; }

 p { color: rgb(190,165,165); }

 H1.HeaderClassName
 {
   color: #BEA5A5;
 }
 .AnyTagClassName
 {
   color: #BEA5A5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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