Html Css Color HEX #BEABA1 Silk

📋 copy color: '#BEABA1'

red 190 ◦ green 171 ◦ blue 161

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

Shades of Silk #BEABA1

Tints of Silk #BEABA1

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.76%

 BLUE value IS 161 (63.28% from 255) = 30.84%

R = 36.4%
G = 32.76%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#BEABA1 (or 0xBEABA1) is known color: Silk. HEX triplet: BE, AB and A1. RGB value is (190,171,161). Sum of RGB (Red+Green+Blue) = 190+171+161=522 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.40% from 522); Green value is 171 (67.19% from 255 or 32.76% from 522); Blue value is 161 (63.28% from 255 or 30.84% from 522); Max value from RGB is 190 - color contains mainly: red. Hex color #BEABA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEABA1 is #41545E. Grayscale: #AFAFAF. Windows color (decimal): -4281439 or 10595262. OLE color: 10595262.

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

Color convert

RGB 190 171 161 -
CMYK 0 0.10 0.15 0.25
HSL 20.69º 0.18% 0.69% -
HSV(B) 20.69º 0.15% 0.75% -
XYZ 42.23 42.65 39.72 -
YUV 175.54 119.79 138.31 -
System Red Green Blue C M Y K H S L
Decimal 190 171 161 0 0.10 0.15 0.25 20.69 0.18 0.69
Hex BE AB A1 0 A F 19 15 12 45
Octal 276 253 241 0 12 17 31 25 22 105
Binary 10111110 10101011 10100001 0 1010 1111 11001 10101 10010 1000101

Color Harmonies of #BEABA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEABA1

Black with #BEABA1

Text Example


Text Example

White with #BEABA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEABA1; }

 p { color: rgb(190,171,161); }

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

background-color css

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

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

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

border-color css

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

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

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