#B4AA67

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

Shades of Gimblet #B4AA67

Tints of Gimblet #B4AA67

Color information

#B4AA67 (or 0xB4AA67) is unknown color: approx Gimblet. HEX triplet: B4, AA and 67. RGB value is (180,170,103). Sum of RGB (Red+Green+Blue) = 180+170+103=453 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.74% from 453); Green value is 170 (66.80% from 255 or 37.53% from 453); Blue value is 103 (40.62% from 255 or 22.74% from 453); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AA67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AA67 is #4B5598. Grayscale: #A5A5A5. Windows color (decimal): -4937113 or 6793908. OLE color: 6793908.

HSL color Cylindrical-coordinate representation of color #B4AA67: hue angle of 52.21º 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 #B4AA67 is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB180170103-
CMYK00.060.430.29
HSL52.21º33.92%55.49%-
HSV(B)52.21º42.78%70.59%-
XYZ35.6539.4318.56-
YUV165.3592.81138.45-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.74%
GREEN value IS 170 (66.80% from 255) = 37.53%
BLUE value IS 103 (40.62% from 255) = 22.74%
R=39.74%
G=37.53%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017010300.060.430.2952.2133.9255.49
HexB4AA67062B1D342237
Octal264252147065335644267
Binary10110100101010101100111011010101111101110100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AA67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AA67; }

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

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

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

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

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

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

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

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