Html Css Color HEX #B1A59C Silk

📋 copy color: '#B1A59C'

red 177 ◦ green 165 ◦ blue 156

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

Shades of Silk #B1A59C

Tints of Silk #B1A59C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.13%

 BLUE value IS 156 (61.33% from 255) = 31.33%

R = 35.54%
G = 33.13%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B1A59C (or 0xB1A59C) is known color: Silk. HEX triplet: B1, A5 and 9C. RGB value is (177,165,156). Sum of RGB (Red+Green+Blue) = 177+165+156=498 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.54% from 498); Green value is 165 (64.84% from 255 or 33.13% from 498); Blue value is 156 (61.33% from 255 or 31.33% from 498); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A59C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A59C is #4E5A63. Grayscale: #A7A7A7. Windows color (decimal): -5134948 or 10266033. OLE color: 10266033.

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

Color convert

RGB 177 165 156 -
CMYK 0 0.07 0.12 0.31
HSL 25.71º 0.12% 0.65% -
HSV(B) 25.71º 0.12% 0.69% -
XYZ 37.59 38.66 36.93 -
YUV 167.56 121.48 134.73 -
System Red Green Blue C M Y K H S L
Decimal 177 165 156 0 0.07 0.12 0.31 25.71 0.12 0.65
Hex B1 A5 9C 0 7 C 1F 1A C 41
Octal 261 245 234 0 7 14 37 32 14 101
Binary 10110001 10100101 10011100 0 111 1100 11111 11010 1100 1000001

Color Harmonies of #B1A59C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A59C

Black with #B1A59C

Text Example


Text Example

White with #B1A59C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A59C; }

 p { color: rgb(177,165,156); }

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

background-color css

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

 a { background-color: rgb(177,165,156); }

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

border-color css

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

 span { border-color: rgb(177,165,156); }

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