Html Css Color HEX #B9A862 Gimblet

📋 copy color: '#B9A862'

red 185 ◦ green 168 ◦ blue 98

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

Shades of Gimblet #B9A862

Tints of Gimblet #B9A862

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.25%

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

R = 41.02%
G = 37.25%
B = 21.73%

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

#B9A862 (or 0xB9A862) is known color: Gimblet. HEX triplet: B9, A8 and 62. RGB value is (185,168,98). Sum of RGB (Red+Green+Blue) = 185+168+98=451 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.02% from 451); Green value is 168 (66.02% from 255 or 37.25% from 451); Blue value is 98 (38.67% from 255 or 21.73% from 451); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A862 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A862 is #46579D. Grayscale: #A5A5A5. Windows color (decimal): -4609950 or 6465721. OLE color: 6465721.

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

Color convert

RGB 185 168 98 -
CMYK 0 0.09 0.47 0.27
HSL 48.28º 0.38% 0.55% -
HSV(B) 48.28º 0.47% 0.73% -
XYZ 36.21 39.2 17.21 -
YUV 165.1 90.13 142.19 -
System Red Green Blue C M Y K H S L
Decimal 185 168 98 0 0.09 0.47 0.27 48.28 0.38 0.55
Hex B9 A8 62 0 9 2F 1B 30 26 37
Octal 271 250 142 0 11 57 33 60 46 67
Binary 10111001 10101000 1100010 0 1001 101111 11011 110000 100110 110111

Color Harmonies of #B9A862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A862

Black with #B9A862

Text Example


Text Example

White with #B9A862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A862; }

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

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

background-color css

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

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

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

border-color css

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

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

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