Html Css Color HEX #B4A69D Silk

📋 copy color: '#B4A69D'

red 180 ◦ green 166 ◦ blue 157

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

Shades of Silk #B4A69D

Tints of Silk #B4A69D

RGB

 RED value IS 180 (70.7% from 255) = 35.79%

 GREEN value IS 166 (65.23% from 255) = 33%

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

R = 35.79%
G = 33%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B4A69D (or 0xB4A69D) is known color: Silk. HEX triplet: B4, A6 and 9D. RGB value is (180,166,157). Sum of RGB (Red+Green+Blue) = 180+166+157=503 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.79% from 503); Green value is 166 (65.23% from 255 or 33.00% from 503); Blue value is 157 (61.72% from 255 or 31.21% from 503); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A69D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A69D is #4B5962. Grayscale: #A9A9A9. Windows color (decimal): -4938083 or 10331828. OLE color: 10331828.

HSL color Cylindrical-coordinate representation of color #B4A69D: hue angle of 23.48º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B4A69D is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 166 157 -
CMYK 0 0.08 0.13 0.29
HSL 23.48º 0.13% 0.66% -
HSV(B) 23.48º 0.13% 0.71% -
XYZ 38.54 39.41 37.47 -
YUV 169.16 121.14 135.73 -
System Red Green Blue C M Y K H S L
Decimal 180 166 157 0 0.08 0.13 0.29 23.48 0.13 0.66
Hex B4 A6 9D 0 8 D 1D 17 D 42
Octal 264 246 235 0 10 15 35 27 15 102
Binary 10110100 10100110 10011101 0 1000 1101 11101 10111 1101 1000010

Color Harmonies of #B4A69D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A69D

Black with #B4A69D

Text Example


Text Example

White with #B4A69D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A69D; }

 p { color: rgb(180,166,157); }

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

background-color css

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

 a { background-color: rgb(180,166,157); }

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

border-color css

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

 span { border-color: rgb(180,166,157); }

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