#B4AF68

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

Shades of Gimblet #B4AF68

Tints of Gimblet #B4AF68

Color information

#B4AF68 (or 0xB4AF68) is unknown color: approx Gimblet. HEX triplet: B4, AF and 68. RGB value is (180,175,104). Sum of RGB (Red+Green+Blue) = 180+175+104=459 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.22% from 459); Green value is 175 (68.75% from 255 or 38.13% from 459); Blue value is 104 (41.02% from 255 or 22.66% from 459); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AF68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AF68 is #4B5097. Grayscale: #A8A8A8. Windows color (decimal): -4935832 or 6860724. OLE color: 6860724.

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

Color convert

RGB180175104-
CMYK00.030.420.29
HSL56.05º33.63%55.69%-
HSV(B)56.05º42.22%70.59%-
XYZ36.6541.3619.15-
YUV168.491.66136.27-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.22%
GREEN value IS 175 (68.75% from 255) = 38.13%
BLUE value IS 104 (41.02% from 255) = 22.66%
R=39.22%
G=38.13%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017510400.030.420.2956.0533.6355.69
HexB4AF68032A1D382238
Octal264257150035235704270
Binary1011010010101111110100001110101011101111000100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AF68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AF68; }

 p { color: rgb(180,175,104); }

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

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

 a { background-color: rgb(180,175,104); }

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

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

 span { border-color: rgb(180,175,104); }

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