Html Css Color HEX #B4A064 Gimblet

📋 copy color: '#B4A064'

red 180 ◦ green 160 ◦ blue 100

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

Shades of Gimblet #B4A064

Tints of Gimblet #B4A064

RGB

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

 GREEN value IS 160 (62.89% from 255) = 36.36%

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

R = 40.91%
G = 36.36%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#B4A064 (or 0xB4A064) is known color: Gimblet. HEX triplet: B4, A0 and 64. RGB value is (180,160,100). Sum of RGB (Red+Green+Blue) = 180+160+100=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 160 (62.89% from 255 or 36.36% from 440); Blue value is 100 (39.45% from 255 or 22.73% from 440); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A064 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A064 is #4B5F9B. Grayscale: #9F9F9F. Windows color (decimal): -4939676 or 6594740. OLE color: 6594740.

HSL color Cylindrical-coordinate representation of color #B4A064: hue angle of 45º 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 #B4A064 is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 160 100 -
CMYK 0 0.11 0.44 0.29
HSL 45º 0.35% 0.55% -
HSV(B) 45º 0.44% 0.71% -
XYZ 33.69 35.77 17.18 -
YUV 159.14 94.63 142.88 -
System Red Green Blue C M Y K H S L
Decimal 180 160 100 0 0.11 0.44 0.29 45 0.35 0.55
Hex B4 A0 64 0 B 2C 1D 2D 23 37
Octal 264 240 144 0 13 54 35 55 43 67
Binary 10110100 10100000 1100100 0 1011 101100 11101 101101 100011 110111

Color Harmonies of #B4A064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A064

Black with #B4A064

Text Example


Text Example

White with #B4A064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A064; }

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

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

background-color css

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

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

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

border-color css

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

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

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