Html Css Color HEX #B9A86F Gimblet

📋 copy color: '#B9A86F'

red 185 ◦ green 168 ◦ blue 111

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

Shades of Gimblet #B9A86F

Tints of Gimblet #B9A86F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.92%

R = 39.87%
G = 36.21%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.4

 K value IS 0.27

RGB Variations

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

Color information

#B9A86F (or 0xB9A86F) is known color: Gimblet. HEX triplet: B9, A8 and 6F. RGB value is (185,168,111). Sum of RGB (Red+Green+Blue) = 185+168+111=464 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.87% from 464); Green value is 168 (66.02% from 255 or 36.21% from 464); Blue value is 111 (43.75% from 255 or 23.92% from 464); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A86F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A86F is #465790. Grayscale: #A6A6A6. Windows color (decimal): -4609937 or 7317689. OLE color: 7317689.

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

Color convert

RGB 185 168 111 -
CMYK 0 0.09 0.4 0.27
HSL 46.22º 0.35% 0.58% -
HSV(B) 46.22º 0.4% 0.73% -
XYZ 36.88 39.47 20.71 -
YUV 166.59 96.63 141.13 -
System Red Green Blue C M Y K H S L
Decimal 185 168 111 0 0.09 0.4 0.27 46.22 0.35 0.58
Hex B9 A8 6F 0 9 28 1B 2E 23 3A
Octal 271 250 157 0 11 50 33 56 43 72
Binary 10111001 10101000 1101111 0 1001 101000 11011 101110 100011 111010

Color Harmonies of #B9A86F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A86F

Black with #B9A86F

Text Example


Text Example

White with #B9A86F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A86F; }

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

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

background-color css

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

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

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

border-color css

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

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

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