Html Css Color HEX #B9A860 Gimblet

📋 copy color: '#B9A860'

red 185 ◦ green 168 ◦ blue 96

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

Shades of Gimblet #B9A860

Tints of Gimblet #B9A860

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 21.38%

R = 41.2%
G = 37.42%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#B9A860 (or 0xB9A860) is known color: Gimblet. HEX triplet: B9, A8 and 60. RGB value is (185,168,96). Sum of RGB (Red+Green+Blue) = 185+168+96=449 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.20% from 449); Green value is 168 (66.02% from 255 or 37.42% from 449); Blue value is 96 (37.89% from 255 or 21.38% from 449); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A860 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A860 is #46579F. Grayscale: #A5A5A5. Windows color (decimal): -4609952 or 6334649. OLE color: 6334649.

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

Color convert

RGB 185 168 96 -
CMYK 0 0.09 0.48 0.27
HSL 48.54º 0.39% 0.55% -
HSV(B) 48.54º 0.48% 0.73% -
XYZ 36.12 39.16 16.72 -
YUV 164.88 89.13 142.35 -
System Red Green Blue C M Y K H S L
Decimal 185 168 96 0 0.09 0.48 0.27 48.54 0.39 0.55
Hex B9 A8 60 0 9 30 1B 31 27 37
Octal 271 250 140 0 11 60 33 61 47 67
Binary 10111001 10101000 1100000 0 1001 110000 11011 110001 100111 110111

Color Harmonies of #B9A860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A860

Black with #B9A860

Text Example


Text Example

White with #B9A860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A860; }

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

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

background-color css

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

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

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

border-color css

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

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

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