Html Css Color HEX #B9AB59 Gimblet

📋 copy color: '#B9AB59'

red 185 ◦ green 171 ◦ blue 89

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

Shades of Gimblet #B9AB59

Tints of Gimblet #B9AB59

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.43%

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

R = 41.57%
G = 38.43%
B = 20%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#B9AB59 (or 0xB9AB59) is known color: Gimblet. HEX triplet: B9, AB and 59. RGB value is (185,171,89). Sum of RGB (Red+Green+Blue) = 185+171+89=445 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.57% from 445); Green value is 171 (67.19% from 255 or 38.43% from 445); Blue value is 89 (35.16% from 255 or 20% from 445); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AB59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AB59 is #4654A6. Grayscale: #A6A6A6. Windows color (decimal): -4609191 or 5876665. OLE color: 5876665.

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

Color convert

RGB 185 171 89 -
CMYK 0 0.08 0.52 0.27
HSL 51.25º 0.41% 0.54% -
HSV(B) 51.25º 0.52% 0.73% -
XYZ 36.37 40.16 15.29 -
YUV 165.84 84.64 141.67 -
System Red Green Blue C M Y K H S L
Decimal 185 171 89 0 0.08 0.52 0.27 51.25 0.41 0.54
Hex B9 AB 59 0 8 34 1B 33 29 36
Octal 271 253 131 0 10 64 33 63 51 66
Binary 10111001 10101011 1011001 0 1000 110100 11011 110011 101001 110110

Color Harmonies of #B9AB59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AB59

Black with #B9AB59

Text Example


Text Example

White with #B9AB59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AB59; }

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

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

background-color css

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

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

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

border-color css

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

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

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