Html Css Color HEX #BEAA98 Silk

📋 copy color: '#BEAA98'

red 190 ◦ green 170 ◦ blue 152

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

Shades of Silk #BEAA98

Tints of Silk #BEAA98

RGB

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

 GREEN value IS 170 (66.8% from 255) = 33.2%

 BLUE value IS 152 (59.77% from 255) = 29.69%

R = 37.11%
G = 33.2%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.2

 K value IS 0.25

RGB Variations

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

Color information

#BEAA98 (or 0xBEAA98) is known color: Silk. HEX triplet: BE, AA and 98. RGB value is (190,170,152). Sum of RGB (Red+Green+Blue) = 190+170+152=512 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.11% from 512); Green value is 170 (66.80% from 255 or 33.20% from 512); Blue value is 152 (59.77% from 255 or 29.69% from 512); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAA98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAA98 is #415567. Grayscale: #AEAEAE. Windows color (decimal): -4281704 or 10005182. OLE color: 10005182.

HSL color Cylindrical-coordinate representation of color #BEAA98: hue angle of 28.42º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEAA98 is Cyan = 0, Magento = 0.11, Yellow = 0.2 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 170 152 -
CMYK 0 0.11 0.2 0.25
HSL 28.42º 0.23% 0.67% -
HSV(B) 28.42º 0.2% 0.75% -
XYZ 41.28 41.96 35.63 -
YUV 173.93 115.63 139.46 -
System Red Green Blue C M Y K H S L
Decimal 190 170 152 0 0.11 0.2 0.25 28.42 0.23 0.67
Hex BE AA 98 0 B 14 19 1C 17 43
Octal 276 252 230 0 13 24 31 34 27 103
Binary 10111110 10101010 10011000 0 1011 10100 11001 11100 10111 1000011

Color Harmonies of #BEAA98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAA98

Black with #BEAA98

Text Example


Text Example

White with #BEAA98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAA98; }

 p { color: rgb(190,170,152); }

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

background-color css

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

 a { background-color: rgb(190,170,152); }

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

border-color css

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

 span { border-color: rgb(190,170,152); }

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