Html Css Color HEX #B1A399 Silk

📋 copy color: '#B1A399'

red 177 ◦ green 163 ◦ blue 153

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

Shades of Silk #B1A399

Tints of Silk #B1A399

RGB

 RED value IS 177 (69.53% from 255) = 35.9%

 GREEN value IS 163 (64.06% from 255) = 33.06%

 BLUE value IS 153 (60.16% from 255) = 31.03%

R = 35.9%
G = 33.06%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#B1A399 (or 0xB1A399) is known color: Silk. HEX triplet: B1, A3 and 99. RGB value is (177,163,153). Sum of RGB (Red+Green+Blue) = 177+163+153=493 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.90% from 493); Green value is 163 (64.06% from 255 or 33.06% from 493); Blue value is 153 (60.16% from 255 or 31.03% from 493); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A399 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A399 is #4E5C66. Grayscale: #A6A6A6. Windows color (decimal): -5135463 or 10068913. OLE color: 10068913.

HSL color Cylindrical-coordinate representation of color #B1A399: hue angle of 25º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B1A399 is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 163 153 -
CMYK 0 0.08 0.14 0.31
HSL 25º 0.13% 0.65% -
HSV(B) 25º 0.14% 0.69% -
XYZ 36.98 37.84 35.49 -
YUV 166.05 120.64 135.81 -
System Red Green Blue C M Y K H S L
Decimal 177 163 153 0 0.08 0.14 0.31 25 0.13 0.65
Hex B1 A3 99 0 8 E 1F 19 D 41
Octal 261 243 231 0 10 16 37 31 15 101
Binary 10110001 10100011 10011001 0 1000 1110 11111 11001 1101 1000001

Color Harmonies of #B1A399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A399

Black with #B1A399

Text Example


Text Example

White with #B1A399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A399; }

 p { color: rgb(177,163,153); }

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

background-color css

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

 a { background-color: rgb(177,163,153); }

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

border-color css

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

 span { border-color: rgb(177,163,153); }

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