Html Css Color HEX #B9A96E Gimblet

📋 copy color: '#B9A96E'

red 185 ◦ green 169 ◦ blue 110

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

Shades of Gimblet #B9A96E

Tints of Gimblet #B9A96E

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.42%

 BLUE value IS 110 (43.36% from 255) = 23.71%

R = 39.87%
G = 36.42%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#B9A96E (or 0xB9A96E) is known color: Gimblet. HEX triplet: B9, A9 and 6E. RGB value is (185,169,110). Sum of RGB (Red+Green+Blue) = 185+169+110=464 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.87% from 464); Green value is 169 (66.41% from 255 or 36.42% from 464); Blue value is 110 (43.36% from 255 or 23.71% from 464); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A96E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A96E is #465691. Grayscale: #A7A7A7. Windows color (decimal): -4609682 or 7252409. OLE color: 7252409.

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

Color convert

RGB 185 169 110 -
CMYK 0 0.09 0.41 0.27
HSL 47.2º 0.35% 0.58% -
HSV(B) 47.2º 0.41% 0.73% -
XYZ 37.01 39.82 20.49 -
YUV 167.06 95.8 140.8 -
System Red Green Blue C M Y K H S L
Decimal 185 169 110 0 0.09 0.41 0.27 47.2 0.35 0.58
Hex B9 A9 6E 0 9 29 1B 2F 23 3A
Octal 271 251 156 0 11 51 33 57 43 72
Binary 10111001 10101001 1101110 0 1001 101001 11011 101111 100011 111010

Color Harmonies of #B9A96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A96E

Black with #B9A96E

Text Example


Text Example

White with #B9A96E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A96E; }

 p { color: rgb(185,169,110); }

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

background-color css

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

 a { background-color: rgb(185,169,110); }

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

border-color css

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

 span { border-color: rgb(185,169,110); }

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