Html Css Color HEX #B9A856 Gimblet

📋 copy color: '#B9A856'

red 185 ◦ green 168 ◦ blue 86

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

Shades of Gimblet #B9A856

Tints of Gimblet #B9A856

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 19.59%

R = 42.14%
G = 38.27%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#B9A856 (or 0xB9A856) is known color: Gimblet. HEX triplet: B9, A8 and 56. RGB value is (185,168,86). Sum of RGB (Red+Green+Blue) = 185+168+86=439 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.14% from 439); Green value is 168 (66.02% from 255 or 38.27% from 439); Blue value is 86 (33.98% from 255 or 19.59% from 439); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A856 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A856 is #4657A9. Grayscale: #A4A4A4. Windows color (decimal): -4609962 or 5679289. OLE color: 5679289.

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

Color convert

RGB 185 168 86 -
CMYK 0 0.09 0.54 0.27
HSL 49.7º 0.41% 0.53% -
HSV(B) 49.7º 0.54% 0.73% -
XYZ 35.69 38.99 14.45 -
YUV 163.74 84.13 143.17 -
System Red Green Blue C M Y K H S L
Decimal 185 168 86 0 0.09 0.54 0.27 49.7 0.41 0.53
Hex B9 A8 56 0 9 36 1B 32 29 35
Octal 271 250 126 0 11 66 33 62 51 65
Binary 10111001 10101000 1010110 0 1001 110110 11011 110010 101001 110101

Color Harmonies of #B9A856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A856

Black with #B9A856

Text Example


Text Example

White with #B9A856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A856; }

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

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

background-color css

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

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

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

border-color css

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

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

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