#B4A76A

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

Shades of Gimblet #B4A76A

Tints of Gimblet #B4A76A

Color information

#B4A76A (or 0xB4A76A) is unknown color: approx Gimblet. HEX triplet: B4, A7 and 6A. RGB value is (180,167,106). Sum of RGB (Red+Green+Blue) = 180+167+106=453 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.74% from 453); Green value is 167 (65.62% from 255 or 36.87% from 453); Blue value is 106 (41.80% from 255 or 23.40% from 453); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A76A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A76A is #4B5895. Grayscale: #A4A4A4. Windows color (decimal): -4937878 or 6989748. OLE color: 6989748.

HSL color Cylindrical-coordinate representation of color #B4A76A: hue angle of 49.46º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B4A76A is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB180167106-
CMYK00.070.410.29
HSL49.46º33.04%56.08%-
HSV(B)49.46º41.11%70.59%-
XYZ35.2438.3819.19-
YUV163.9395.31139.46-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.74%
GREEN value IS 167 (65.62% from 255) = 36.87%
BLUE value IS 106 (41.80% from 255) = 23.40%
R=39.74%
G=36.87%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016710600.070.410.2949.4633.0456.08
HexB4A76A07291D312138
Octal264247152075135614170
Binary10110100101001111101010011110100111101110001100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A76A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A76A; }

 p { color: rgb(180,167,106); }

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

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

 a { background-color: rgb(180,167,106); }

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

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

 span { border-color: rgb(180,167,106); }

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