#B4AD6A

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

Shades of Gimblet #B4AD6A

Tints of Gimblet #B4AD6A

Color information

#B4AD6A (or 0xB4AD6A) is unknown color: approx Gimblet. HEX triplet: B4, AD and 6A. RGB value is (180,173,106). Sum of RGB (Red+Green+Blue) = 180+173+106=459 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.22% from 459); Green value is 173 (67.97% from 255 or 37.69% from 459); Blue value is 106 (41.80% from 255 or 23.09% from 459); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AD6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AD6A is #4B5295. Grayscale: #A7A7A7. Windows color (decimal): -4936342 or 6991284. OLE color: 6991284.

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

Color convert

RGB180173106-
CMYK00.040.410.29
HSL54.32º33.04%56.08%-
HSV(B)54.32º41.11%70.59%-
XYZ36.3740.6319.56-
YUV167.4693.32136.95-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.22%
GREEN value IS 173 (67.97% from 255) = 37.69%
BLUE value IS 106 (41.80% from 255) = 23.09%
R=39.22%
G=37.69%
B=23.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017310600.040.410.2954.3233.0456.08
HexB4AD6A04291D362138
Octal264255152045135664170
Binary10110100101011011101010010010100111101110110100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AD6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AD6A; }

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

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

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

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

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

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

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

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