#B8AF68

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

Shades of Gimblet #B8AF68

Tints of Gimblet #B8AF68

Color information

#B8AF68 (or 0xB8AF68) is unknown color: approx Gimblet. HEX triplet: B8, AF and 68. RGB value is (184,175,104). Sum of RGB (Red+Green+Blue) = 184+175+104=463 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.74% from 463); Green value is 175 (68.75% from 255 or 37.80% from 463); Blue value is 104 (41.02% from 255 or 22.46% from 463); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AF68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8AF68 is #475097. Grayscale: #A9A9A9. Windows color (decimal): -4673688 or 6860728. OLE color: 6860728.

HSL color Cylindrical-coordinate representation of color #B8AF68: hue angle of 53.25º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B8AF68 is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.28.

Color convert

RGB184175104-
CMYK00.050.430.28
HSL53.25º36.04%56.47%-
HSV(B)53.25º43.48%72.16%-
XYZ37.641.8519.19-
YUV169.690.98138.27-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.74%
GREEN value IS 175 (68.75% from 255) = 37.80%
BLUE value IS 104 (41.02% from 255) = 22.46%
R=39.74%
G=37.80%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.43
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18417510400.050.430.2853.2536.0456.47
HexB8AF68052B1C352438
Octal270257150055334654470
Binary10111000101011111101000010110101111100110101100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AF68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AF68; }

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

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

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

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

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

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

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

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