#B4A75C

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

Shades of Gimblet #B4A75C

Tints of Gimblet #B4A75C

Color information

#B4A75C (or 0xB4A75C) is unknown color: approx Gimblet. HEX triplet: B4, A7 and 5C. RGB value is (180,167,92). Sum of RGB (Red+Green+Blue) = 180+167+92=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 167 (65.62% from 255 or 38.04% from 439); Blue value is 92 (36.33% from 255 or 20.96% from 439); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A75C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A75C is #4B58A3. Grayscale: #A2A2A2. Windows color (decimal): -4937892 or 6072244. OLE color: 6072244.

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

Color convert

RGB18016792-
CMYK00.070.490.29
HSL51.14º36.97%53.33%-
HSV(B)51.14º48.89%70.59%-
XYZ34.5738.1115.66-
YUV162.3488.31140.6-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.00%
GREEN value IS 167 (65.62% from 255) = 38.04%
BLUE value IS 92 (36.33% from 255) = 20.96%
R=41.00%
G=38.04%
B=20.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801679200.070.490.2951.1436.9753.33
HexB4A75C07311D332535
Octal264247134076135634565
Binary10110100101001111011100011111000111101110011100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A75C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A75C; }

 p { color: rgb(180,167,92); }

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

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

 a { background-color: rgb(180,167,92); }

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

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

 span { border-color: rgb(180,167,92); }

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