Html Css Color HEX #B9A45F Gimblet

📋 copy color: '#B9A45F'

red 185 ◦ green 164 ◦ blue 95

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

Shades of Gimblet #B9A45F

Tints of Gimblet #B9A45F

RGB

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

 GREEN value IS 164 (64.45% from 255) = 36.94%

 BLUE value IS 95 (37.5% from 255) = 21.4%

R = 41.67%
G = 36.94%
B = 21.4%

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

#B9A45F (or 0xB9A45F) is known color: Gimblet. HEX triplet: B9, A4 and 5F. RGB value is (185,164,95). Sum of RGB (Red+Green+Blue) = 185+164+95=444 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.67% from 444); Green value is 164 (64.45% from 255 or 36.94% from 444); Blue value is 95 (37.5% from 255 or 21.40% from 444); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A45F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A45F is #465BA0. Grayscale: #A2A2A2. Windows color (decimal): -4610977 or 6268089. OLE color: 6268089.

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

Color convert

RGB 185 164 95 -
CMYK 0 0.11 0.49 0.27
HSL 46º 0.39% 0.55% -
HSV(B) 46º 0.49% 0.73% -
XYZ 35.35 37.69 16.24 -
YUV 162.41 89.96 144.11 -
System Red Green Blue C M Y K H S L
Decimal 185 164 95 0 0.11 0.49 0.27 46 0.39 0.55
Hex B9 A4 5F 0 B 31 1B 2E 27 37
Octal 271 244 137 0 13 61 33 56 47 67
Binary 10111001 10100100 1011111 0 1011 110001 11011 101110 100111 110111

Color Harmonies of #B9A45F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A45F

Black with #B9A45F

Text Example


Text Example

White with #B9A45F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A45F; }

 p { color: rgb(185,164,95); }

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

background-color css

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

 a { background-color: rgb(185,164,95); }

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

border-color css

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

 span { border-color: rgb(185,164,95); }

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