Html Css Color HEX #B1A59D Silk

📋 copy color: '#B1A59D'

red 177 ◦ green 165 ◦ blue 157

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

Shades of Silk #B1A59D

Tints of Silk #B1A59D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 31.46%

R = 35.47%
G = 33.07%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B1A59D (or 0xB1A59D) is known color: Silk. HEX triplet: B1, A5 and 9D. RGB value is (177,165,157). Sum of RGB (Red+Green+Blue) = 177+165+157=499 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.47% from 499); Green value is 165 (64.84% from 255 or 33.07% from 499); Blue value is 157 (61.72% from 255 or 31.46% from 499); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A59D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A59D is #4E5A62. Grayscale: #A7A7A7. Windows color (decimal): -5134947 or 10331569. OLE color: 10331569.

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

Color convert

RGB 177 165 157 -
CMYK 0 0.07 0.11 0.31
HSL 24º 0.11% 0.65% -
HSV(B) 24º 0.11% 0.69% -
XYZ 37.67 38.69 37.38 -
YUV 167.68 121.98 134.65 -
System Red Green Blue C M Y K H S L
Decimal 177 165 157 0 0.07 0.11 0.31 24 0.11 0.65
Hex B1 A5 9D 0 7 B 1F 18 B 41
Octal 261 245 235 0 7 13 37 30 13 101
Binary 10110001 10100101 10011101 0 111 1011 11111 11000 1011 1000001

Color Harmonies of #B1A59D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A59D

Black with #B1A59D

Text Example


Text Example

White with #B1A59D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A59D; }

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

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

background-color css

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

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

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

border-color css

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

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

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