#B4AD61

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

Shades of Gimblet #B4AD61

Tints of Gimblet #B4AD61

Color information

#B4AD61 (or 0xB4AD61) is unknown color: approx Gimblet. HEX triplet: B4, AD and 61. RGB value is (180,173,97). Sum of RGB (Red+Green+Blue) = 180+173+97=450 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40% from 450); Green value is 173 (67.97% from 255 or 38.44% from 450); Blue value is 97 (38.28% from 255 or 21.56% from 450); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AD61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AD61 is #4B529E. Grayscale: #A6A6A6. Windows color (decimal): -4936351 or 6401460. OLE color: 6401460.

HSL color Cylindrical-coordinate representation of color #B4AD61: hue angle of 54.94º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B4AD61 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB18017397-
CMYK00.040.460.29
HSL54.94º35.62%54.31%-
HSV(B)54.94º46.11%70.59%-
XYZ35.9240.4517.22-
YUV166.4388.82137.68-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40%
GREEN value IS 173 (67.97% from 255) = 38.44%
BLUE value IS 97 (38.28% from 255) = 21.56%
R=40%
G=38.44%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801739700.040.460.2954.9435.6254.31
HexB4AD61042E1D372436
Octal264255141045635674466
Binary10110100101011011100001010010111011101110111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AD61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AD61; }

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

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

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

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

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

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

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

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