Html Css Color HEX #B9AF59 Gimblet

📋 copy color: '#B9AF59'

red 185 ◦ green 175 ◦ blue 89

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

Shades of Gimblet #B9AF59

Tints of Gimblet #B9AF59

RGB

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

 GREEN value IS 175 (68.75% from 255) = 38.98%

 BLUE value IS 89 (35.16% from 255) = 19.82%

R = 41.2%
G = 38.98%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#B9AF59 (or 0xB9AF59) is known color: Gimblet. HEX triplet: B9, AF and 59. RGB value is (185,175,89). Sum of RGB (Red+Green+Blue) = 185+175+89=449 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.20% from 449); Green value is 175 (68.75% from 255 or 38.98% from 449); Blue value is 89 (35.16% from 255 or 19.82% from 449); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AF59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AF59 is #4650A6. Grayscale: #A8A8A8. Windows color (decimal): -4608167 or 5877689. OLE color: 5877689.

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

Color convert

RGB 185 175 89 -
CMYK 0 0.05 0.52 0.27
HSL 53.75º 0.41% 0.54% -
HSV(B) 53.75º 0.52% 0.73% -
XYZ 37.14 41.7 15.54 -
YUV 168.19 83.31 139.99 -
System Red Green Blue C M Y K H S L
Decimal 185 175 89 0 0.05 0.52 0.27 53.75 0.41 0.54
Hex B9 AF 59 0 5 34 1B 36 29 36
Octal 271 257 131 0 5 64 33 66 51 66
Binary 10111001 10101111 1011001 0 101 110100 11011 110110 101001 110110

Color Harmonies of #B9AF59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AF59

Black with #B9AF59

Text Example


Text Example

White with #B9AF59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AF59; }

 p { color: rgb(185,175,89); }

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

background-color css

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

 a { background-color: rgb(185,175,89); }

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

border-color css

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

 span { border-color: rgb(185,175,89); }

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