Html Css Color HEX #B9A556 Gimblet

📋 copy color: '#B9A556'

red 185 ◦ green 165 ◦ blue 86

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

Shades of Gimblet #B9A556

Tints of Gimblet #B9A556

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.84%

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

R = 42.43%
G = 37.84%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#B9A556 (or 0xB9A556) is known color: Gimblet. HEX triplet: B9, A5 and 56. RGB value is (185,165,86). Sum of RGB (Red+Green+Blue) = 185+165+86=436 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.43% from 436); Green value is 165 (64.84% from 255 or 37.84% from 436); Blue value is 86 (33.98% from 255 or 19.72% from 436); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A556 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A556 is #465AA9. Grayscale: #A2A2A2. Windows color (decimal): -4610730 or 5678521. OLE color: 5678521.

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

Color convert

RGB 185 165 86 -
CMYK 0 0.11 0.54 0.27
HSL 47.88º 0.41% 0.53% -
HSV(B) 47.88º 0.54% 0.73% -
XYZ 35.14 37.9 14.27 -
YUV 161.97 85.13 144.42 -
System Red Green Blue C M Y K H S L
Decimal 185 165 86 0 0.11 0.54 0.27 47.88 0.41 0.53
Hex B9 A5 56 0 B 36 1B 30 29 35
Octal 271 245 126 0 13 66 33 60 51 65
Binary 10111001 10100101 1010110 0 1011 110110 11011 110000 101001 110101

Color Harmonies of #B9A556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A556

Black with #B9A556

Text Example


Text Example

White with #B9A556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A556; }

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

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

background-color css

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

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

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

border-color css

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

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

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