Html Css Color HEX #B9A971 Gimblet

📋 copy color: '#B9A971'

red 185 ◦ green 169 ◦ blue 113

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

Shades of Gimblet #B9A971

Tints of Gimblet #B9A971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 24.2%

R = 39.61%
G = 36.19%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#B9A971 (or 0xB9A971) is known color: Gimblet. HEX triplet: B9, A9 and 71. RGB value is (185,169,113). Sum of RGB (Red+Green+Blue) = 185+169+113=467 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.61% from 467); Green value is 169 (66.41% from 255 or 36.19% from 467); Blue value is 113 (44.53% from 255 or 24.20% from 467); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A971 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A971 is #46568E. Grayscale: #A7A7A7. Windows color (decimal): -4609679 or 7449017. OLE color: 7449017.

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

Color convert

RGB 185 169 113 -
CMYK 0 0.09 0.39 0.27
HSL 46.67º 0.34% 0.58% -
HSV(B) 46.67º 0.39% 0.73% -
XYZ 37.18 39.88 21.36 -
YUV 167.4 97.3 140.55 -
System Red Green Blue C M Y K H S L
Decimal 185 169 113 0 0.09 0.39 0.27 46.67 0.34 0.58
Hex B9 A9 71 0 9 27 1B 2F 22 3A
Octal 271 251 161 0 11 47 33 57 42 72
Binary 10111001 10101001 1110001 0 1001 100111 11011 101111 100010 111010

Color Harmonies of #B9A971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A971

Black with #B9A971

Text Example


Text Example

White with #B9A971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A971; }

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

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

background-color css

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

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

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

border-color css

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

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

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