Html Css Color HEX #B9A79B Silk

📋 copy color: '#B9A79B'

red 185 ◦ green 167 ◦ blue 155

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

Shades of Silk #B9A79B

Tints of Silk #B9A79B

RGB

 RED value IS 185 (72.66% from 255) = 36.49%

 GREEN value IS 167 (65.63% from 255) = 32.94%

 BLUE value IS 155 (60.94% from 255) = 30.57%

R = 36.49%
G = 32.94%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#B9A79B (or 0xB9A79B) is known color: Silk. HEX triplet: B9, A7 and 9B. RGB value is (185,167,155). Sum of RGB (Red+Green+Blue) = 185+167+155=507 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.49% from 507); Green value is 167 (65.62% from 255 or 32.94% from 507); Blue value is 155 (60.94% from 255 or 30.57% from 507); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A79B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A79B is #465864. Grayscale: #ABABAB. Windows color (decimal): -4610149 or 10201017. OLE color: 10201017.

HSL color Cylindrical-coordinate representation of color #B9A79B: hue angle of 24º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B9A79B is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 167 155 -
CMYK 0 0.10 0.16 0.27
HSL 24º 0.18% 0.67% -
HSV(B) 24º 0.16% 0.73% -
XYZ 39.74 40.32 36.7 -
YUV 171.01 118.96 137.98 -
System Red Green Blue C M Y K H S L
Decimal 185 167 155 0 0.10 0.16 0.27 24 0.18 0.67
Hex B9 A7 9B 0 A 10 1B 18 12 43
Octal 271 247 233 0 12 20 33 30 22 103
Binary 10111001 10100111 10011011 0 1010 10000 11011 11000 10010 1000011

Color Harmonies of #B9A79B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A79B

Black with #B9A79B

Text Example


Text Example

White with #B9A79B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A79B; }

 p { color: rgb(185,167,155); }

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

background-color css

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

 a { background-color: rgb(185,167,155); }

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

border-color css

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

 span { border-color: rgb(185,167,155); }

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