#B4A765

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

Shades of Gimblet #B4A765

Tints of Gimblet #B4A765

Color information

#B4A765 (or 0xB4A765) is unknown color: approx Gimblet. HEX triplet: B4, A7 and 65. RGB value is (180,167,101). Sum of RGB (Red+Green+Blue) = 180+167+101=448 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.18% from 448); Green value is 167 (65.62% from 255 or 37.28% from 448); Blue value is 101 (39.84% from 255 or 22.54% from 448); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A765 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A765 is #4B589A. Grayscale: #A3A3A3. Windows color (decimal): -4937883 or 6662068. OLE color: 6662068.

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

Color convert

RGB180167101-
CMYK00.070.440.29
HSL50.13º34.5%55.1%-
HSV(B)50.13º43.89%70.59%-
XYZ34.9938.2817.86-
YUV163.3692.81139.87-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.18%
GREEN value IS 167 (65.62% from 255) = 37.28%
BLUE value IS 101 (39.84% from 255) = 22.54%
R=40.18%
G=37.28%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016710100.070.440.2950.1334.555.1
HexB4A765072C1D322237
Octal264247145075435624267
Binary10110100101001111100101011110110011101110010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A765; }

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

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

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

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

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

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

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

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