#B4A55F

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

Shades of Gimblet #B4A55F

Tints of Gimblet #B4A55F

Color information

#B4A55F (or 0xB4A55F) is unknown color: approx Gimblet. HEX triplet: B4, A5 and 5F. RGB value is (180,165,95). Sum of RGB (Red+Green+Blue) = 180+165+95=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 165 (64.84% from 255 or 37.5% from 440); Blue value is 95 (37.5% from 255 or 21.59% from 440); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A55F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A55F is #4B5AA0. Grayscale: #A1A1A1. Windows color (decimal): -4938401 or 6268340. OLE color: 6268340.

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

Color convert

RGB18016595-
CMYK00.080.470.29
HSL49.41º36.17%53.92%-
HSV(B)49.41º47.22%70.59%-
XYZ34.3437.4416.24-
YUV161.590.47141.19-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.91%
GREEN value IS 165 (64.84% from 255) = 37.5%
BLUE value IS 95 (37.5% from 255) = 21.59%
R=40.91%
G=37.5%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801659500.080.470.2949.4136.1753.92
HexB4A55F082F1D312436
Octal2642451370105735614466
Binary101101001010010110111110100010111111101110001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A55F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A55F; }

 p { color: rgb(180,165,95); }

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

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

 a { background-color: rgb(180,165,95); }

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

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

 span { border-color: rgb(180,165,95); }

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