#B4A95C

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

Shades of Gimblet #B4A95C

Tints of Gimblet #B4A95C

Color information

#B4A95C (or 0xB4A95C) is unknown color: approx Gimblet. HEX triplet: B4, A9 and 5C. RGB value is (180,169,92). Sum of RGB (Red+Green+Blue) = 180+169+92=441 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.82% from 441); Green value is 169 (66.41% from 255 or 38.32% from 441); Blue value is 92 (36.33% from 255 or 20.86% from 441); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A95C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A95C is #4B56A3. Grayscale: #A3A3A3. Windows color (decimal): -4937380 or 6072756. OLE color: 6072756.

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

Color convert

RGB18016992-
CMYK00.060.490.29
HSL52.5º36.97%53.33%-
HSV(B)52.5º48.89%70.59%-
XYZ34.9438.8515.78-
YUV163.5187.64139.76-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.82%
GREEN value IS 169 (66.41% from 255) = 38.32%
BLUE value IS 92 (36.33% from 255) = 20.86%
R=40.82%
G=38.32%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801699200.060.490.2952.536.9753.33
HexB4A95C06311D342535
Octal264251134066135644565
Binary10110100101010011011100011011000111101110100100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A95C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A95C; }

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

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

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

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

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

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

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

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