#B4A655

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

Shades of Gimblet #B4A655

Tints of Gimblet #B4A655

Color information

#B4A655 (or 0xB4A655) is unknown color: approx Gimblet. HEX triplet: B4, A6 and 55. RGB value is (180,166,85). Sum of RGB (Red+Green+Blue) = 180+166+85=431 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.76% from 431); Green value is 166 (65.23% from 255 or 38.52% from 431); Blue value is 85 (33.59% from 255 or 19.72% from 431); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A655 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A655 is #4B59AA. Grayscale: #A1A1A1. Windows color (decimal): -4938155 or 5613236. OLE color: 5613236.

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

Color convert

RGB18016685-
CMYK00.080.530.29
HSL51.16º38.78%51.96%-
HSV(B)51.16º52.78%70.59%-
XYZ34.137.6314.06-
YUV160.9585.14141.59-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.76%
GREEN value IS 166 (65.23% from 255) = 38.52%
BLUE value IS 85 (33.59% from 255) = 19.72%
R=41.76%
G=38.52%
B=19.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801668500.080.530.2951.1638.7851.96
HexB4A65508351D332734
Octal2642461250106535634764
Binary101101001010011010101010100011010111101110011100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A655; }

 p { color: rgb(180,166,85); }

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

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

 a { background-color: rgb(180,166,85); }

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

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

 span { border-color: rgb(180,166,85); }

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