Html Css Color HEX #BEB0A0 Silk

📋 copy color: '#BEB0A0'

red 190 ◦ green 176 ◦ blue 160

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

Shades of Silk #BEB0A0

Tints of Silk #BEB0A0

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.46%

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

R = 36.12%
G = 33.46%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#BEB0A0 (or 0xBEB0A0) is known color: Silk. HEX triplet: BE, B0 and A0. RGB value is (190,176,160). Sum of RGB (Red+Green+Blue) = 190+176+160=526 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.12% from 526); Green value is 176 (69.14% from 255 or 33.46% from 526); Blue value is 160 (62.89% from 255 or 30.42% from 526); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB0A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB0A0 is #414F5F. Grayscale: #B2B2B2. Windows color (decimal): -4280160 or 10531006. OLE color: 10531006.

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

Color convert

RGB 190 176 160 -
CMYK 0 0.07 0.16 0.25
HSL 32º 0.19% 0.69% -
HSV(B) 32º 0.16% 0.75% -
XYZ 43.11 44.54 39.58 -
YUV 178.36 117.64 136.3 -
System Red Green Blue C M Y K H S L
Decimal 190 176 160 0 0.07 0.16 0.25 32 0.19 0.69
Hex BE B0 A0 0 7 10 19 20 13 45
Octal 276 260 240 0 7 20 31 40 23 105
Binary 10111110 10110000 10100000 0 111 10000 11001 100000 10011 1000101

Color Harmonies of #BEB0A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB0A0

Black with #BEB0A0

Text Example


Text Example

White with #BEB0A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB0A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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