Html Css Color HEX #B9AB6C Gimblet

📋 copy color: '#B9AB6C'

red 185 ◦ green 171 ◦ blue 108

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

Shades of Gimblet #B9AB6C

Tints of Gimblet #B9AB6C

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.85%

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

R = 39.87%
G = 36.85%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#B9AB6C (or 0xB9AB6C) is known color: Gimblet. HEX triplet: B9, AB and 6C. RGB value is (185,171,108). Sum of RGB (Red+Green+Blue) = 185+171+108=464 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.87% from 464); Green value is 171 (67.19% from 255 or 36.85% from 464); Blue value is 108 (42.58% from 255 or 23.28% from 464); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AB6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AB6C is #465493. Grayscale: #A8A8A8. Windows color (decimal): -4609172 or 7121849. OLE color: 7121849.

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

Color convert

RGB 185 171 108 -
CMYK 0 0.08 0.42 0.27
HSL 49.09º 0.35% 0.57% -
HSV(B) 49.09º 0.42% 0.73% -
XYZ 37.28 40.52 20.04 -
YUV 168 94.14 140.12 -
System Red Green Blue C M Y K H S L
Decimal 185 171 108 0 0.08 0.42 0.27 49.09 0.35 0.57
Hex B9 AB 6C 0 8 2A 1B 31 23 39
Octal 271 253 154 0 10 52 33 61 43 71
Binary 10111001 10101011 1101100 0 1000 101010 11011 110001 100011 111001

Color Harmonies of #B9AB6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AB6C

Black with #B9AB6C

Text Example


Text Example

White with #B9AB6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AB6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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