Html Css Color HEX #BEACA1 Silk

📋 copy color: '#BEACA1'

red 190 ◦ green 172 ◦ blue 161

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

Shades of Silk #BEACA1

Tints of Silk #BEACA1

RGB

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

 GREEN value IS 172 (67.58% from 255) = 32.89%

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

R = 36.33%
G = 32.89%
B = 30.78%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#BEACA1 (or 0xBEACA1) is known color: Silk. HEX triplet: BE, AC and A1. RGB value is (190,172,161). Sum of RGB (Red+Green+Blue) = 190+172+161=523 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.33% from 523); Green value is 172 (67.58% from 255 or 32.89% from 523); Blue value is 161 (63.28% from 255 or 30.78% from 523); Max value from RGB is 190 - color contains mainly: red. Hex color #BEACA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEACA1 is #41535E. Grayscale: #B0B0B0. Windows color (decimal): -4281183 or 10595518. OLE color: 10595518.

HSL color Cylindrical-coordinate representation of color #BEACA1: hue angle of 22.76º 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 #BEACA1 is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 172 161 -
CMYK 0 0.09 0.15 0.25
HSL 22.76º 0.18% 0.69% -
HSV(B) 22.76º 0.15% 0.75% -
XYZ 42.42 43.03 39.79 -
YUV 176.13 119.46 137.89 -
System Red Green Blue C M Y K H S L
Decimal 190 172 161 0 0.09 0.15 0.25 22.76 0.18 0.69
Hex BE AC A1 0 9 F 19 17 12 45
Octal 276 254 241 0 11 17 31 27 22 105
Binary 10111110 10101100 10100001 0 1001 1111 11001 10111 10010 1000101

Color Harmonies of #BEACA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEACA1

Black with #BEACA1

Text Example


Text Example

White with #BEACA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEACA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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