Html Css Color HEX #B9A66C Gimblet

📋 copy color: '#B9A66C'

red 185 ◦ green 166 ◦ blue 108

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

Shades of Gimblet #B9A66C

Tints of Gimblet #B9A66C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 23.53%

R = 40.31%
G = 36.17%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#B9A66C (or 0xB9A66C) is known color: Gimblet. HEX triplet: B9, A6 and 6C. RGB value is (185,166,108). Sum of RGB (Red+Green+Blue) = 185+166+108=459 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.31% from 459); Green value is 166 (65.23% from 255 or 36.17% from 459); Blue value is 108 (42.58% from 255 or 23.53% from 459); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A66C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A66C is #465993. Grayscale: #A5A5A5. Windows color (decimal): -4610452 or 7120569. OLE color: 7120569.

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

Color convert

RGB 185 166 108 -
CMYK 0 0.10 0.42 0.27
HSL 45.19º 0.35% 0.57% -
HSV(B) 45.19º 0.42% 0.73% -
XYZ 36.35 38.67 19.74 -
YUV 165.07 95.79 142.22 -
System Red Green Blue C M Y K H S L
Decimal 185 166 108 0 0.10 0.42 0.27 45.19 0.35 0.57
Hex B9 A6 6C 0 A 2A 1B 2D 23 39
Octal 271 246 154 0 12 52 33 55 43 71
Binary 10111001 10100110 1101100 0 1010 101010 11011 101101 100011 111001

Color Harmonies of #B9A66C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A66C

Black with #B9A66C

Text Example


Text Example

White with #B9A66C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A66C; }

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

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

background-color css

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

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

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

border-color css

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

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

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