Html Css Color HEX #B9A96D Gimblet

📋 copy color: '#B9A96D'

red 185 ◦ green 169 ◦ blue 109

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

Shades of Gimblet #B9A96D

Tints of Gimblet #B9A96D

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.5%

 BLUE value IS 109 (42.97% from 255) = 23.54%

R = 39.96%
G = 36.5%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#B9A96D (or 0xB9A96D) is known color: Gimblet. HEX triplet: B9, A9 and 6D. RGB value is (185,169,109). Sum of RGB (Red+Green+Blue) = 185+169+109=463 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.96% from 463); Green value is 169 (66.41% from 255 or 36.50% from 463); Blue value is 109 (42.97% from 255 or 23.54% from 463); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A96D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A96D is #465692. Grayscale: #A7A7A7. Windows color (decimal): -4609683 or 7186873. OLE color: 7186873.

HSL color Cylindrical-coordinate representation of color #B9A96D: hue angle of 47.37º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B9A96D is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 169 109 -
CMYK 0 0.09 0.41 0.27
HSL 47.37º 0.35% 0.58% -
HSV(B) 47.37º 0.41% 0.73% -
XYZ 36.96 39.79 20.2 -
YUV 166.94 95.3 140.88 -
System Red Green Blue C M Y K H S L
Decimal 185 169 109 0 0.09 0.41 0.27 47.37 0.35 0.58
Hex B9 A9 6D 0 9 29 1B 2F 23 3A
Octal 271 251 155 0 11 51 33 57 43 72
Binary 10111001 10101001 1101101 0 1001 101001 11011 101111 100011 111010

Color Harmonies of #B9A96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A96D

Black with #B9A96D

Text Example


Text Example

White with #B9A96D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A96D; }

 p { color: rgb(185,169,109); }

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

background-color css

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

 a { background-color: rgb(185,169,109); }

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

border-color css

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

 span { border-color: rgb(185,169,109); }

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