#B4A26A

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

Shades of Gimblet #B4A26A

Tints of Gimblet #B4A26A

Color information

#B4A26A (or 0xB4A26A) is unknown color: approx Gimblet. HEX triplet: B4, A2 and 6A. RGB value is (180,162,106). Sum of RGB (Red+Green+Blue) = 180+162+106=448 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.18% from 448); Green value is 162 (63.67% from 255 or 36.16% from 448); Blue value is 106 (41.80% from 255 or 23.66% from 448); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A26A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A26A is #4B5D95. Grayscale: #A1A1A1. Windows color (decimal): -4939158 or 6988468. OLE color: 6988468.

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

Color convert

RGB180162106-
CMYK00.10.410.29
HSL45.41º33.04%56.08%-
HSV(B)45.41º41.11%70.59%-
XYZ34.3436.5818.89-
YUV16196.96141.55-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.18%
GREEN value IS 162 (63.67% from 255) = 36.16%
BLUE value IS 106 (41.80% from 255) = 23.66%
R=40.18%
G=36.16%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016210600.10.410.2945.4133.0456.08
HexB4A26A0A291D2d2138
Octal2642421520125135554170
Binary101101001010001011010100101010100111101101101100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A26A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A26A; }

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

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

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

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

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

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

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

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