#B4AD67

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

Shades of Gimblet #B4AD67

Tints of Gimblet #B4AD67

Color information

#B4AD67 (or 0xB4AD67) is unknown color: approx Gimblet. HEX triplet: B4, AD and 67. RGB value is (180,173,103). Sum of RGB (Red+Green+Blue) = 180+173+103=456 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.47% from 456); Green value is 173 (67.97% from 255 or 37.94% from 456); Blue value is 103 (40.62% from 255 or 22.59% from 456); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AD67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AD67 is #4B5298. Grayscale: #A7A7A7. Windows color (decimal): -4936345 or 6794676. OLE color: 6794676.

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

Color convert

RGB180173103-
CMYK00.040.430.29
HSL54.55º33.92%55.49%-
HSV(B)54.55º42.78%70.59%-
XYZ36.2140.5718.75-
YUV167.1191.82137.19-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.47%
GREEN value IS 173 (67.97% from 255) = 37.94%
BLUE value IS 103 (40.62% from 255) = 22.59%
R=39.47%
G=37.94%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017310300.040.430.2954.5533.9255.49
HexB4AD67042B1D372237
Octal264255147045335674267
Binary10110100101011011100111010010101111101110111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AD67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AD67; }

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

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

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

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

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

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

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

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