Html Css Color HEX #B9AD6C Gimblet

📋 copy color: '#B9AD6C'

red 185 ◦ green 173 ◦ blue 108

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

Shades of Gimblet #B9AD6C

Tints of Gimblet #B9AD6C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.12%

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

R = 39.7%
G = 37.12%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#B9AD6C (or 0xB9AD6C) is known color: Gimblet. HEX triplet: B9, AD and 6C. RGB value is (185,173,108). Sum of RGB (Red+Green+Blue) = 185+173+108=466 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.70% from 466); Green value is 173 (67.97% from 255 or 37.12% from 466); Blue value is 108 (42.58% from 255 or 23.18% from 466); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AD6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AD6C is #465293. Grayscale: #A9A9A9. Windows color (decimal): -4608660 or 7122361. OLE color: 7122361.

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

Color convert

RGB 185 173 108 -
CMYK 0 0.06 0.42 0.27
HSL 50.65º 0.35% 0.57% -
HSV(B) 50.65º 0.42% 0.73% -
XYZ 37.66 41.28 20.17 -
YUV 169.18 93.48 139.29 -
System Red Green Blue C M Y K H S L
Decimal 185 173 108 0 0.06 0.42 0.27 50.65 0.35 0.57
Hex B9 AD 6C 0 6 2A 1B 33 23 39
Octal 271 255 154 0 6 52 33 63 43 71
Binary 10111001 10101101 1101100 0 110 101010 11011 110011 100011 111001

Color Harmonies of #B9AD6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AD6C

Black with #B9AD6C

Text Example


Text Example

White with #B9AD6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AD6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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