Html Css Color HEX #B9A76C Gimblet

📋 copy color: '#B9A76C'

red 185 ◦ green 167 ◦ blue 108

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

Shades of Gimblet #B9A76C

Tints of Gimblet #B9A76C

RGB

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

 GREEN value IS 167 (65.63% from 255) = 36.3%

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

R = 40.22%
G = 36.3%
B = 23.48%

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

#B9A76C (or 0xB9A76C) is known color: Gimblet. HEX triplet: B9, A7 and 6C. RGB value is (185,167,108). Sum of RGB (Red+Green+Blue) = 185+167+108=460 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.22% from 460); Green value is 167 (65.62% from 255 or 36.30% from 460); Blue value is 108 (42.58% from 255 or 23.48% from 460); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A76C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A76C is #465893. Grayscale: #A5A5A5. Windows color (decimal): -4610196 or 7120825. OLE color: 7120825.

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

Color convert

RGB 185 167 108 -
CMYK 0 0.10 0.42 0.27
HSL 45.97º 0.35% 0.57% -
HSV(B) 45.97º 0.42% 0.73% -
XYZ 36.53 39.03 19.8 -
YUV 165.66 95.46 141.8 -
System Red Green Blue C M Y K H S L
Decimal 185 167 108 0 0.10 0.42 0.27 45.97 0.35 0.57
Hex B9 A7 6C 0 A 2A 1B 2E 23 39
Octal 271 247 154 0 12 52 33 56 43 71
Binary 10111001 10100111 1101100 0 1010 101010 11011 101110 100011 111001

Color Harmonies of #B9A76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A76C

Black with #B9A76C

Text Example


Text Example

White with #B9A76C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A76C; }

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

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

background-color css

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

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

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

border-color css

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

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

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