Html Css Color HEX #B9AA64 Gimblet

📋 copy color: '#B9AA64'

red 185 ◦ green 170 ◦ blue 100

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

Shades of Gimblet #B9AA64

Tints of Gimblet #B9AA64

RGB

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

 GREEN value IS 170 (66.8% from 255) = 37.36%

 BLUE value IS 100 (39.45% from 255) = 21.98%

R = 40.66%
G = 37.36%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#B9AA64 (or 0xB9AA64) is known color: Gimblet. HEX triplet: B9, AA and 64. RGB value is (185,170,100). Sum of RGB (Red+Green+Blue) = 185+170+100=455 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.66% from 455); Green value is 170 (66.80% from 255 or 37.36% from 455); Blue value is 100 (39.45% from 255 or 21.98% from 455); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AA64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AA64 is #46559B. Grayscale: #A6A6A6. Windows color (decimal): -4609436 or 6597305. OLE color: 6597305.

HSL color Cylindrical-coordinate representation of color #B9AA64: hue angle of 49.41º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B9AA64 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 170 100 -
CMYK 0 0.08 0.46 0.27
HSL 49.41º 0.38% 0.56% -
HSV(B) 49.41º 0.46% 0.73% -
XYZ 36.68 39.98 17.84 -
YUV 166.51 90.47 141.19 -
System Red Green Blue C M Y K H S L
Decimal 185 170 100 0 0.08 0.46 0.27 49.41 0.38 0.56
Hex B9 AA 64 0 8 2E 1B 31 26 38
Octal 271 252 144 0 10 56 33 61 46 70
Binary 10111001 10101010 1100100 0 1000 101110 11011 110001 100110 111000

Color Harmonies of #B9AA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AA64

Black with #B9AA64

Text Example


Text Example

White with #B9AA64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AA64; }

 p { color: rgb(185,170,100); }

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

background-color css

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

 a { background-color: rgb(185,170,100); }

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

border-color css

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

 span { border-color: rgb(185,170,100); }

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