#B4AD68

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

Shades of Gimblet #B4AD68

Tints of Gimblet #B4AD68

Color information

#B4AD68 (or 0xB4AD68) is unknown color: approx Gimblet. HEX triplet: B4, AD and 68. RGB value is (180,173,104). Sum of RGB (Red+Green+Blue) = 180+173+104=457 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.39% from 457); Green value is 173 (67.97% from 255 or 37.86% from 457); Blue value is 104 (41.02% from 255 or 22.76% from 457); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AD68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AD68 is #4B5297. Grayscale: #A7A7A7. Windows color (decimal): -4936344 or 6860212. OLE color: 6860212.

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

Color convert

RGB180173104-
CMYK00.040.420.29
HSL54.47º33.63%55.69%-
HSV(B)54.47º42.22%70.59%-
XYZ36.2640.5919.02-
YUV167.2392.32137.11-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.39%
GREEN value IS 173 (67.97% from 255) = 37.86%
BLUE value IS 104 (41.02% from 255) = 22.76%
R=39.39%
G=37.86%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017310400.040.420.2954.4733.6355.69
HexB4AD68042A1D362238
Octal264255150045235664270
Binary10110100101011011101000010010101011101110110100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AD68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AD68; }

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

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

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

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

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

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

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

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