Html Css Color HEX #B9AB5B Gimblet

📋 copy color: '#B9AB5B'

red 185 ◦ green 171 ◦ blue 91

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

Shades of Gimblet #B9AB5B

Tints of Gimblet #B9AB5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 20.36%

R = 41.39%
G = 38.26%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#B9AB5B (or 0xB9AB5B) is known color: Gimblet. HEX triplet: B9, AB and 5B. RGB value is (185,171,91). Sum of RGB (Red+Green+Blue) = 185+171+91=447 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.39% from 447); Green value is 171 (67.19% from 255 or 38.26% from 447); Blue value is 91 (35.94% from 255 or 20.36% from 447); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AB5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AB5B is #4654A4. Grayscale: #A6A6A6. Windows color (decimal): -4609189 or 6007737. OLE color: 6007737.

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

Color convert

RGB 185 171 91 -
CMYK 0 0.08 0.51 0.27
HSL 51.06º 0.4% 0.54% -
HSV(B) 51.06º 0.51% 0.73% -
XYZ 36.46 40.2 15.73 -
YUV 166.07 85.64 141.5 -
System Red Green Blue C M Y K H S L
Decimal 185 171 91 0 0.08 0.51 0.27 51.06 0.4 0.54
Hex B9 AB 5B 0 8 33 1B 33 28 36
Octal 271 253 133 0 10 63 33 63 50 66
Binary 10111001 10101011 1011011 0 1000 110011 11011 110011 101000 110110

Color Harmonies of #B9AB5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AB5B

Black with #B9AB5B

Text Example


Text Example

White with #B9AB5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AB5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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