Html Css Color HEX #BEB0A3 Silk

📋 copy color: '#BEB0A3'

red 190 ◦ green 176 ◦ blue 163

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

Shades of Silk #BEB0A3

Tints of Silk #BEB0A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 30.81%

R = 35.92%
G = 33.27%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#BEB0A3 (or 0xBEB0A3) is known color: Silk. HEX triplet: BE, B0 and A3. RGB value is (190,176,163). Sum of RGB (Red+Green+Blue) = 190+176+163=529 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.92% from 529); Green value is 176 (69.14% from 255 or 33.27% from 529); Blue value is 163 (64.06% from 255 or 30.81% from 529); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB0A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB0A3 is #414F5C. Grayscale: #B2B2B2. Windows color (decimal): -4280157 or 10727614. OLE color: 10727614.

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

Color convert

RGB 190 176 163 -
CMYK 0 0.07 0.14 0.25
HSL 28.89º 0.17% 0.69% -
HSV(B) 28.89º 0.14% 0.75% -
XYZ 43.37 44.64 40.98 -
YUV 178.7 119.14 136.06 -
System Red Green Blue C M Y K H S L
Decimal 190 176 163 0 0.07 0.14 0.25 28.89 0.17 0.69
Hex BE B0 A3 0 7 E 19 1D 11 45
Octal 276 260 243 0 7 16 31 35 21 105
Binary 10111110 10110000 10100011 0 111 1110 11001 11101 10001 1000101

Color Harmonies of #BEB0A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB0A3

Black with #BEB0A3

Text Example


Text Example

White with #BEB0A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB0A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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