#B4A367

Color #B4A367 Gimblet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gimblet #B4A367

Tints of Gimblet #B4A367

Color information

#B4A367 (or 0xB4A367) is unknown color: approx Gimblet. HEX triplet: B4, A3 and 67. RGB value is (180,163,103). Sum of RGB (Red+Green+Blue) = 180+163+103=446 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.36% from 446); Green value is 163 (64.06% from 255 or 36.55% from 446); Blue value is 103 (40.62% from 255 or 23.09% from 446); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A367 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A367 is #4B5C98. Grayscale: #A1A1A1. Windows color (decimal): -4938905 or 6792116. OLE color: 6792116.

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

Color convert

RGB180163103-
CMYK00.090.430.29
HSL46.75º33.92%55.49%-
HSV(B)46.75º42.78%70.59%-
XYZ34.3736.8818.14-
YUV161.2495.13141.38-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.36%
GREEN value IS 163 (64.06% from 255) = 36.55%
BLUE value IS 103 (40.62% from 255) = 23.09%
R=40.36%
G=36.55%
B=23.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016310300.090.430.2946.7533.9255.49
HexB4A367092B1D2f2237
Octal2642431470115335574267
Binary101101001010001111001110100110101111101101111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A367; }

 p { color: rgb(180,163,103); }

 H1.HeaderClassName
 {
   color: #B4A367;
 }
 .AnyTagClassName
 {
   color: #B4A367;
 }
</style>
background-color css

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

 a { background-color: rgb(180,163,103); }

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

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

 span { border-color: rgb(180,163,103); }

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