Html Css Color HEX #BEACA0 Silk

📋 copy color: '#BEACA0'

red 190 ◦ green 172 ◦ blue 160

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

Shades of Silk #BEACA0

Tints of Silk #BEACA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 30.65%

R = 36.4%
G = 32.95%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#BEACA0 (or 0xBEACA0) is known color: Silk. HEX triplet: BE, AC and A0. RGB value is (190,172,160). Sum of RGB (Red+Green+Blue) = 190+172+160=522 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.40% from 522); Green value is 172 (67.58% from 255 or 32.95% from 522); Blue value is 160 (62.89% from 255 or 30.65% from 522); Max value from RGB is 190 - color contains mainly: red. Hex color #BEACA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEACA0 is #41535F. Grayscale: #B0B0B0. Windows color (decimal): -4281184 or 10529982. OLE color: 10529982.

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

Color convert

RGB 190 172 160 -
CMYK 0 0.09 0.16 0.25
HSL 24º 0.19% 0.69% -
HSV(B) 24º 0.16% 0.75% -
XYZ 42.33 42.99 39.32 -
YUV 176.01 118.96 137.98 -
System Red Green Blue C M Y K H S L
Decimal 190 172 160 0 0.09 0.16 0.25 24 0.19 0.69
Hex BE AC A0 0 9 10 19 18 13 45
Octal 276 254 240 0 11 20 31 30 23 105
Binary 10111110 10101100 10100000 0 1001 10000 11001 11000 10011 1000101

Color Harmonies of #BEACA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEACA0

Black with #BEACA0

Text Example


Text Example

White with #BEACA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEACA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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