#B4A957

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

Shades of Gimblet #B4A957

Tints of Gimblet #B4A957

Color information

#B4A957 (or 0xB4A957) is unknown color: approx Gimblet. HEX triplet: B4, A9 and 57. RGB value is (180,169,87). Sum of RGB (Red+Green+Blue) = 180+169+87=436 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.28% from 436); Green value is 169 (66.41% from 255 or 38.76% from 436); Blue value is 87 (34.38% from 255 or 19.95% from 436); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A957 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A957 is #4B56A8. Grayscale: #A3A3A3. Windows color (decimal): -4937385 or 5745076. OLE color: 5745076.

HSL color Cylindrical-coordinate representation of color #B4A957: hue angle of 52.9º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B4A957 is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB18016987-
CMYK00.060.520.29
HSL52.9º38.27%52.35%-
HSV(B)52.9º51.67%70.59%-
XYZ34.7338.7714.67-
YUV162.9485.14140.17-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.28%
GREEN value IS 169 (66.41% from 255) = 38.76%
BLUE value IS 87 (34.38% from 255) = 19.95%
R=41.28%
G=38.76%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801698700.060.520.2952.938.2752.35
HexB4A95706341D352634
Octal264251127066435654664
Binary10110100101010011010111011011010011101110101100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A957; }

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

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

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

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

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

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

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

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