Html Css Color HEX #B9AB54 Gimblet

📋 copy color: '#B9AB54'

red 185 ◦ green 171 ◦ blue 84

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

Shades of Gimblet #B9AB54

Tints of Gimblet #B9AB54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 19.09%

R = 42.05%
G = 38.86%
B = 19.09%

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

#B9AB54 (or 0xB9AB54) is known color: Gimblet. HEX triplet: B9, AB and 54. RGB value is (185,171,84). Sum of RGB (Red+Green+Blue) = 185+171+84=440 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.05% from 440); Green value is 171 (67.19% from 255 or 38.86% from 440); Blue value is 84 (33.20% from 255 or 19.09% from 440); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AB54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AB54 is #4654AB. Grayscale: #A5A5A5. Windows color (decimal): -4609196 or 5548985. OLE color: 5548985.

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

Color convert

RGB 185 171 84 -
CMYK 0 0.08 0.55 0.27
HSL 51.68º 0.42% 0.53% -
HSV(B) 51.68º 0.55% 0.73% -
XYZ 36.17 40.08 14.22 -
YUV 165.27 82.14 142.07 -
System Red Green Blue C M Y K H S L
Decimal 185 171 84 0 0.08 0.55 0.27 51.68 0.42 0.53
Hex B9 AB 54 0 8 37 1B 34 2A 35
Octal 271 253 124 0 10 67 33 64 52 65
Binary 10111001 10101011 1010100 0 1000 110111 11011 110100 101010 110101

Color Harmonies of #B9AB54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AB54

Black with #B9AB54

Text Example


Text Example

White with #B9AB54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AB54; }

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

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

background-color css

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

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

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

border-color css

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

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

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