Html Css Color HEX #B9A55E Gimblet

📋 copy color: '#B9A55E'

red 185 ◦ green 165 ◦ blue 94

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

Shades of Gimblet #B9A55E

Tints of Gimblet #B9A55E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 21.17%

R = 41.67%
G = 37.16%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#B9A55E (or 0xB9A55E) is known color: Gimblet. HEX triplet: B9, A5 and 5E. RGB value is (185,165,94). Sum of RGB (Red+Green+Blue) = 185+165+94=444 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.67% from 444); Green value is 165 (64.84% from 255 or 37.16% from 444); Blue value is 94 (37.11% from 255 or 21.17% from 444); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A55E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A55E is #465AA1. Grayscale: #A3A3A3. Windows color (decimal): -4610722 or 6202809. OLE color: 6202809.

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

Color convert

RGB 185 165 94 -
CMYK 0 0.11 0.49 0.27
HSL 46.81º 0.39% 0.55% -
HSV(B) 46.81º 0.49% 0.73% -
XYZ 35.48 38.03 16.06 -
YUV 162.89 89.13 143.77 -
System Red Green Blue C M Y K H S L
Decimal 185 165 94 0 0.11 0.49 0.27 46.81 0.39 0.55
Hex B9 A5 5E 0 B 31 1B 2F 27 37
Octal 271 245 136 0 13 61 33 57 47 67
Binary 10111001 10100101 1011110 0 1011 110001 11011 101111 100111 110111

Color Harmonies of #B9A55E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A55E

Black with #B9A55E

Text Example


Text Example

White with #B9A55E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A55E; }

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

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

background-color css

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

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

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

border-color css

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

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

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