#B4A65D

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

Shades of Gimblet #B4A65D

Tints of Gimblet #B4A65D

Color information

#B4A65D (or 0xB4A65D) is unknown color: approx Gimblet. HEX triplet: B4, A6 and 5D. RGB value is (180,166,93). Sum of RGB (Red+Green+Blue) = 180+166+93=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 166 (65.23% from 255 or 37.81% from 439); Blue value is 93 (36.72% from 255 or 21.18% from 439); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A65D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A65D is #4B59A2. Grayscale: #A2A2A2. Windows color (decimal): -4938147 or 6137524. OLE color: 6137524.

HSL color Cylindrical-coordinate representation of color #B4A65D: hue angle of 50.34º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B4A65D is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB18016693-
CMYK00.080.480.29
HSL50.34º36.71%53.53%-
HSV(B)50.34º48.33%70.59%-
XYZ34.4337.7715.83-
YUV161.8689.14140.94-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.00%
GREEN value IS 166 (65.23% from 255) = 37.81%
BLUE value IS 93 (36.72% from 255) = 21.18%
R=41.00%
G=37.81%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801669300.080.480.2950.3436.7153.53
HexB4A65D08301D322536
Octal2642461350106035624566
Binary101101001010011010111010100011000011101110010100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A65D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A65D; }

 p { color: rgb(180,166,93); }

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

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

 a { background-color: rgb(180,166,93); }

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

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

 span { border-color: rgb(180,166,93); }

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