Html Css Color HEX #B9A958 Gimblet

📋 copy color: '#B9A958'

red 185 ◦ green 169 ◦ blue 88

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

Shades of Gimblet #B9A958

Tints of Gimblet #B9A958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 19.91%

R = 41.86%
G = 38.24%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#B9A958 (or 0xB9A958) is known color: Gimblet. HEX triplet: B9, A9 and 58. RGB value is (185,169,88). Sum of RGB (Red+Green+Blue) = 185+169+88=442 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.86% from 442); Green value is 169 (66.41% from 255 or 38.24% from 442); Blue value is 88 (34.77% from 255 or 19.91% from 442); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A958 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A958 is #4656A7. Grayscale: #A4A4A4. Windows color (decimal): -4609704 or 5810617. OLE color: 5810617.

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

Color convert

RGB 185 169 88 -
CMYK 0 0.09 0.52 0.27
HSL 50.1º 0.41% 0.54% -
HSV(B) 50.1º 0.52% 0.73% -
XYZ 35.96 39.39 14.94 -
YUV 164.55 84.8 142.59 -
System Red Green Blue C M Y K H S L
Decimal 185 169 88 0 0.09 0.52 0.27 50.1 0.41 0.54
Hex B9 A9 58 0 9 34 1B 32 29 36
Octal 271 251 130 0 11 64 33 62 51 66
Binary 10111001 10101001 1011000 0 1001 110100 11011 110010 101001 110110

Color Harmonies of #B9A958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A958

Black with #B9A958

Text Example


Text Example

White with #B9A958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A958; }

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

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

background-color css

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

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

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

border-color css

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

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

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