#B4A758

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

Shades of Gimblet #B4A758

Tints of Gimblet #B4A758

Color information

#B4A758 (or 0xB4A758) is unknown color: approx Gimblet. HEX triplet: B4, A7 and 58. RGB value is (180,167,88). Sum of RGB (Red+Green+Blue) = 180+167+88=435 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.38% from 435); Green value is 167 (65.62% from 255 or 38.39% from 435); Blue value is 88 (34.77% from 255 or 20.23% from 435); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A758 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A758 is #4B58A7. Grayscale: #A2A2A2. Windows color (decimal): -4937896 or 5810100. OLE color: 5810100.

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

Color convert

RGB18016788-
CMYK00.070.510.29
HSL51.52º38.02%52.55%-
HSV(B)51.52º51.11%70.59%-
XYZ34.438.0514.76-
YUV161.8886.31140.92-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.38%
GREEN value IS 167 (65.62% from 255) = 38.39%
BLUE value IS 88 (34.77% from 255) = 20.23%
R=41.38%
G=38.39%
B=20.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801678800.070.510.2951.5238.0252.55
HexB4A75807331D342635
Octal264247130076335644665
Binary10110100101001111011000011111001111101110100100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A758; }

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

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

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

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

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

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

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

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