Html Css Color HEX #B4AB64 Gimblet

📋 copy color: '#B4AB64'

red 180 ◦ green 171 ◦ blue 100

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

Shades of Gimblet #B4AB64

Tints of Gimblet #B4AB64

RGB

 RED value IS 180 (70.7% from 255) = 39.91%

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

 BLUE value IS 100 (39.45% from 255) = 22.17%

R = 39.91%
G = 37.92%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#B4AB64 (or 0xB4AB64) is known color: Gimblet. HEX triplet: B4, AB and 64. RGB value is (180,171,100). Sum of RGB (Red+Green+Blue) = 180+171+100=451 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.91% from 451); Green value is 171 (67.19% from 255 or 37.92% from 451); Blue value is 100 (39.45% from 255 or 22.17% from 451); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AB64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AB64 is #4B549B. Grayscale: #A5A5A5. Windows color (decimal): -4936860 or 6597556. OLE color: 6597556.

HSL color Cylindrical-coordinate representation of color #B4AB64: hue angle of 53.25º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B4AB64 is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 171 100 -
CMYK 0 0.05 0.44 0.29
HSL 53.25º 0.35% 0.55% -
HSV(B) 53.25º 0.44% 0.71% -
XYZ 35.69 39.75 17.85 -
YUV 165.6 90.98 138.27 -
System Red Green Blue C M Y K H S L
Decimal 180 171 100 0 0.05 0.44 0.29 53.25 0.35 0.55
Hex B4 AB 64 0 5 2C 1D 35 23 37
Octal 264 253 144 0 5 54 35 65 43 67
Binary 10110100 10101011 1100100 0 101 101100 11101 110101 100011 110111

Color Harmonies of #B4AB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4AB64

Black with #B4AB64

Text Example


Text Example

White with #B4AB64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4AB64; }

 p { color: rgb(180,171,100); }

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

background-color css

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

 a { background-color: rgb(180,171,100); }

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

border-color css

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

 span { border-color: rgb(180,171,100); }

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