Html Css Color HEX #B9A692 Silk

📋 copy color: '#B9A692'

red 185 ◦ green 166 ◦ blue 146

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

Shades of Silk #B9A692

Tints of Silk #B9A692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 29.38%

R = 37.22%
G = 33.4%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#B9A692 (or 0xB9A692) is known color: Silk. HEX triplet: B9, A6 and 92. RGB value is (185,166,146). Sum of RGB (Red+Green+Blue) = 185+166+146=497 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.22% from 497); Green value is 166 (65.23% from 255 or 33.40% from 497); Blue value is 146 (57.42% from 255 or 29.38% from 497); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A692 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A692 is #46596D. Grayscale: #A9A9A9. Windows color (decimal): -4610414 or 9610937. OLE color: 9610937.

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

Color convert

RGB 185 166 146 -
CMYK 0 0.10 0.21 0.27
HSL 30.77º 0.22% 0.65% -
HSV(B) 30.77º 0.21% 0.73% -
XYZ 38.83 39.66 32.8 -
YUV 169.4 114.79 139.13 -
System Red Green Blue C M Y K H S L
Decimal 185 166 146 0 0.10 0.21 0.27 30.77 0.22 0.65
Hex B9 A6 92 0 A 15 1B 1F 16 41
Octal 271 246 222 0 12 25 33 37 26 101
Binary 10111001 10100110 10010010 0 1010 10101 11011 11111 10110 1000001

Color Harmonies of #B9A692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A692

Black with #B9A692

Text Example


Text Example

White with #B9A692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A692; }

 p { color: rgb(185,166,146); }

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

background-color css

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

 a { background-color: rgb(185,166,146); }

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

border-color css

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

 span { border-color: rgb(185,166,146); }

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