#B5A468

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

Shades of Gimblet #B5A468

Tints of Gimblet #B5A468

Color information

#B5A468 (or 0xB5A468) is unknown color: approx Gimblet. HEX triplet: B5, A4 and 68. RGB value is (181,164,104). Sum of RGB (Red+Green+Blue) = 181+164+104=449 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.31% from 449); Green value is 164 (64.45% from 255 or 36.53% from 449); Blue value is 104 (41.02% from 255 or 23.16% from 449); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A468 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A468 is #4A5B97. Grayscale: #A2A2A2. Windows color (decimal): -4873112 or 6857909. OLE color: 6857909.

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

Color convert

RGB181164104-
CMYK00.090.430.29
HSL46.75º34.22%55.88%-
HSV(B)46.75º42.54%70.98%-
XYZ34.8337.3718.47-
YUV162.2495.13141.38-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.31%
GREEN value IS 164 (64.45% from 255) = 36.53%
BLUE value IS 104 (41.02% from 255) = 23.16%
R=40.31%
G=36.53%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18116410400.090.430.2946.7534.2255.88
HexB5A468092B1D2f2238
Octal2652441500115335574270
Binary101101011010010011010000100110101111101101111100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A468; }

 p { color: rgb(181,164,104); }

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

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

 a { background-color: rgb(181,164,104); }

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

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

 span { border-color: rgb(181,164,104); }

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