#B4AE65

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

Shades of Gimblet #B4AE65

Tints of Gimblet #B4AE65

Color information

#B4AE65 (or 0xB4AE65) is unknown color: approx Gimblet. HEX triplet: B4, AE and 65. RGB value is (180,174,101). Sum of RGB (Red+Green+Blue) = 180+174+101=455 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.56% from 455); Green value is 174 (68.36% from 255 or 38.24% from 455); Blue value is 101 (39.84% from 255 or 22.20% from 455); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AE65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AE65 is #4B519A. Grayscale: #A7A7A7. Windows color (decimal): -4936091 or 6663860. OLE color: 6663860.

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

Color convert

RGB180174101-
CMYK00.030.440.29
HSL55.44º34.5%55.1%-
HSV(B)55.44º43.89%70.59%-
XYZ36.3140.9118.3-
YUV167.4790.49136.94-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.56%
GREEN value IS 174 (68.36% from 255) = 38.24%
BLUE value IS 101 (39.84% from 255) = 22.20%
R=39.56%
G=38.24%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017410100.030.440.2955.4434.555.1
HexB4AE65032C1D372237
Octal264256145035435674267
Binary1011010010101110110010101110110011101110111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AE65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AE65; }

 p { color: rgb(180,174,101); }

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

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

 a { background-color: rgb(180,174,101); }

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

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

 span { border-color: rgb(180,174,101); }

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