Html Css Color HEX #B9A86D Gimblet

📋 copy color: '#B9A86D'

red 185 ◦ green 168 ◦ blue 109

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

Shades of Gimblet #B9A86D

Tints of Gimblet #B9A86D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.36%

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

R = 40.04%
G = 36.36%
B = 23.59%

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

#B9A86D (or 0xB9A86D) is known color: Gimblet. HEX triplet: B9, A8 and 6D. RGB value is (185,168,109). Sum of RGB (Red+Green+Blue) = 185+168+109=462 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.04% from 462); Green value is 168 (66.02% from 255 or 36.36% from 462); Blue value is 109 (42.97% from 255 or 23.59% from 462); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A86D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A86D is #465792. Grayscale: #A6A6A6. Windows color (decimal): -4609939 or 7186617. OLE color: 7186617.

HSL color Cylindrical-coordinate representation of color #B9A86D: hue angle of 46.58º 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 #B9A86D is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 168 109 -
CMYK 0 0.09 0.41 0.27
HSL 46.58º 0.35% 0.58% -
HSV(B) 46.58º 0.41% 0.73% -
XYZ 36.77 39.42 20.14 -
YUV 166.36 95.63 141.3 -
System Red Green Blue C M Y K H S L
Decimal 185 168 109 0 0.09 0.41 0.27 46.58 0.35 0.58
Hex B9 A8 6D 0 9 29 1B 2F 23 3A
Octal 271 250 155 0 11 51 33 57 43 72
Binary 10111001 10101000 1101101 0 1001 101001 11011 101111 100011 111010

Color Harmonies of #B9A86D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A86D

Black with #B9A86D

Text Example


Text Example

White with #B9A86D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A86D; }

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

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

background-color css

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

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

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

border-color css

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

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

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