Html Css Color HEX #B9A871 Gimblet

📋 copy color: '#B9A871'

red 185 ◦ green 168 ◦ blue 113

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

Shades of Gimblet #B9A871

Tints of Gimblet #B9A871

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.05%

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

R = 39.7%
G = 36.05%
B = 24.25%

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

#B9A871 (or 0xB9A871) is known color: Gimblet. HEX triplet: B9, A8 and 71. RGB value is (185,168,113). Sum of RGB (Red+Green+Blue) = 185+168+113=466 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.70% from 466); Green value is 168 (66.02% from 255 or 36.05% from 466); Blue value is 113 (44.53% from 255 or 24.25% from 466); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A871 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A871 is #46578E. Grayscale: #A7A7A7. Windows color (decimal): -4609935 or 7448761. OLE color: 7448761.

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

Color convert

RGB 185 168 113 -
CMYK 0 0.09 0.39 0.27
HSL 45.83º 0.34% 0.58% -
HSV(B) 45.83º 0.39% 0.73% -
XYZ 36.99 39.51 21.3 -
YUV 166.81 97.63 140.97 -
System Red Green Blue C M Y K H S L
Decimal 185 168 113 0 0.09 0.39 0.27 45.83 0.34 0.58
Hex B9 A8 71 0 9 27 1B 2E 22 3A
Octal 271 250 161 0 11 47 33 56 42 72
Binary 10111001 10101000 1110001 0 1001 100111 11011 101110 100010 111010

Color Harmonies of #B9A871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A871

Black with #B9A871

Text Example


Text Example

White with #B9A871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A871; }

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

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

background-color css

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

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

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

border-color css

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

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

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