Html Css Color HEX #B9A963 Gimblet

📋 copy color: '#B9A963'

red 185 ◦ green 169 ◦ blue 99

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

Shades of Gimblet #B9A963

Tints of Gimblet #B9A963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 21.85%

R = 40.84%
G = 37.31%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#B9A963 (or 0xB9A963) is known color: Gimblet. HEX triplet: B9, A9 and 63. RGB value is (185,169,99). Sum of RGB (Red+Green+Blue) = 185+169+99=453 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.84% from 453); Green value is 169 (66.41% from 255 or 37.31% from 453); Blue value is 99 (39.06% from 255 or 21.85% from 453); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A963 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A963 is #46569C. Grayscale: #A6A6A6. Windows color (decimal): -4609693 or 6531513. OLE color: 6531513.

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

Color convert

RGB 185 169 99 -
CMYK 0 0.09 0.46 0.27
HSL 48.84º 0.38% 0.56% -
HSV(B) 48.84º 0.46% 0.73% -
XYZ 36.45 39.59 17.53 -
YUV 165.8 90.3 141.69 -
System Red Green Blue C M Y K H S L
Decimal 185 169 99 0 0.09 0.46 0.27 48.84 0.38 0.56
Hex B9 A9 63 0 9 2E 1B 31 26 38
Octal 271 251 143 0 11 56 33 61 46 70
Binary 10111001 10101001 1100011 0 1001 101110 11011 110001 100110 111000

Color Harmonies of #B9A963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A963

Black with #B9A963

Text Example


Text Example

White with #B9A963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A963; }

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

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

background-color css

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

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

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

border-color css

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

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

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