Html Css Color HEX #B9A962 Gimblet

📋 copy color: '#B9A962'

red 185 ◦ green 169 ◦ blue 98

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

Shades of Gimblet #B9A962

Tints of Gimblet #B9A962

RGB

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

 GREEN value IS 169 (66.41% from 255) = 37.39%

 BLUE value IS 98 (38.67% from 255) = 21.68%

R = 40.93%
G = 37.39%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#B9A962 (or 0xB9A962) is known color: Gimblet. HEX triplet: B9, A9 and 62. RGB value is (185,169,98). Sum of RGB (Red+Green+Blue) = 185+169+98=452 (59% of max value = 765). Red value is 185 (72.66% from 255 or 40.93% from 452); Green value is 169 (66.41% from 255 or 37.39% from 452); Blue value is 98 (38.67% from 255 or 21.68% from 452); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A962 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A962 is #46569D. Grayscale: #A5A5A5. Windows color (decimal): -4609694 or 6465977. OLE color: 6465977.

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

Color convert

RGB 185 169 98 -
CMYK 0 0.09 0.47 0.27
HSL 48.97º 0.38% 0.55% -
HSV(B) 48.97º 0.47% 0.73% -
XYZ 36.4 39.57 17.27 -
YUV 165.69 89.8 141.77 -
System Red Green Blue C M Y K H S L
Decimal 185 169 98 0 0.09 0.47 0.27 48.97 0.38 0.55
Hex B9 A9 62 0 9 2F 1B 31 26 37
Octal 271 251 142 0 11 57 33 61 46 67
Binary 10111001 10101001 1100010 0 1001 101111 11011 110001 100110 110111

Color Harmonies of #B9A962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A962

Black with #B9A962

Text Example


Text Example

White with #B9A962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A962; }

 p { color: rgb(185,169,98); }

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

background-color css

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

 a { background-color: rgb(185,169,98); }

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

border-color css

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

 span { border-color: rgb(185,169,98); }

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