#B4AE63

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

Shades of Gimblet #B4AE63

Tints of Gimblet #B4AE63

Color information

#B4AE63 (or 0xB4AE63) is unknown color: approx Gimblet. HEX triplet: B4, AE and 63. RGB value is (180,174,99). Sum of RGB (Red+Green+Blue) = 180+174+99=453 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.74% from 453); Green value is 174 (68.36% from 255 or 38.41% from 453); Blue value is 99 (39.06% from 255 or 21.85% from 453); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AE63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AE63 is #4B519C. Grayscale: #A7A7A7. Windows color (decimal): -4936093 or 6532788. OLE color: 6532788.

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

Color convert

RGB18017499-
CMYK00.030.450.29
HSL55.56º35.06%54.71%-
HSV(B)55.56º45%70.59%-
XYZ36.2140.8817.79-
YUV167.2489.49137.1-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.74%
GREEN value IS 174 (68.36% from 255) = 38.41%
BLUE value IS 99 (39.06% from 255) = 21.85%
R=39.74%
G=38.41%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801749900.030.450.2955.5635.0654.71
HexB4AE63032D1D382337
Octal264256143035535704367
Binary1011010010101110110001101110110111101111000100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AE63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AE63; }

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

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

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

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

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

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

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

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