Html Css Color HEX #B9AA55 Gimblet

📋 copy color: '#B9AA55'

red 185 ◦ green 170 ◦ blue 85

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

Shades of Gimblet #B9AA55

Tints of Gimblet #B9AA55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 19.32%

R = 42.05%
G = 38.64%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#B9AA55 (or 0xB9AA55) is known color: Gimblet. HEX triplet: B9, AA and 55. RGB value is (185,170,85). Sum of RGB (Red+Green+Blue) = 185+170+85=440 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.05% from 440); Green value is 170 (66.80% from 255 or 38.64% from 440); Blue value is 85 (33.59% from 255 or 19.32% from 440); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AA55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AA55 is #4655AA. Grayscale: #A5A5A5. Windows color (decimal): -4609451 or 5614265. OLE color: 5614265.

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

Color convert

RGB 185 170 85 -
CMYK 0 0.08 0.54 0.27
HSL 51º 0.42% 0.53% -
HSV(B) 51º 0.54% 0.73% -
XYZ 36.02 39.72 14.36 -
YUV 164.8 82.97 142.41 -
System Red Green Blue C M Y K H S L
Decimal 185 170 85 0 0.08 0.54 0.27 51 0.42 0.53
Hex B9 AA 55 0 8 36 1B 33 2A 35
Octal 271 252 125 0 10 66 33 63 52 65
Binary 10111001 10101010 1010101 0 1000 110110 11011 110011 101010 110101

Color Harmonies of #B9AA55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AA55

Black with #B9AA55

Text Example


Text Example

White with #B9AA55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AA55; }

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

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

background-color css

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

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

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

border-color css

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

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

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