Html Css Color HEX #B9AB53 Gimblet

📋 copy color: '#B9AB53'

red 185 ◦ green 171 ◦ blue 83

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

Shades of Gimblet #B9AB53

Tints of Gimblet #B9AB53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 18.91%

R = 42.14%
G = 38.95%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#B9AB53 (or 0xB9AB53) is known color: Gimblet. HEX triplet: B9, AB and 53. RGB value is (185,171,83). Sum of RGB (Red+Green+Blue) = 185+171+83=439 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.14% from 439); Green value is 171 (67.19% from 255 or 38.95% from 439); Blue value is 83 (32.81% from 255 or 18.91% from 439); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AB53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AB53 is #4654AC. Grayscale: #A5A5A5. Windows color (decimal): -4609197 or 5483449. OLE color: 5483449.

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

Color convert

RGB 185 171 83 -
CMYK 0 0.08 0.55 0.27
HSL 51.76º 0.42% 0.53% -
HSV(B) 51.76º 0.55% 0.73% -
XYZ 36.13 40.06 14.01 -
YUV 165.15 81.64 142.16 -
System Red Green Blue C M Y K H S L
Decimal 185 171 83 0 0.08 0.55 0.27 51.76 0.42 0.53
Hex B9 AB 53 0 8 37 1B 34 2A 35
Octal 271 253 123 0 10 67 33 64 52 65
Binary 10111001 10101011 1010011 0 1000 110111 11011 110100 101010 110101

Color Harmonies of #B9AB53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AB53

Black with #B9AB53

Text Example


Text Example

White with #B9AB53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AB53; }

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

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

background-color css

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

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

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

border-color css

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

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

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