#B6A968

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

Shades of Gimblet #B6A968

Tints of Gimblet #B6A968

Color information

#B6A968 (or 0xB6A968) is unknown color: approx Gimblet. HEX triplet: B6, A9 and 68. RGB value is (182,169,104). Sum of RGB (Red+Green+Blue) = 182+169+104=455 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40% from 455); Green value is 169 (66.41% from 255 or 37.14% from 455); Blue value is 104 (41.02% from 255 or 22.86% from 455); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A968 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A968 is #495697. Grayscale: #A5A5A5. Windows color (decimal): -4806296 or 6859190. OLE color: 6859190.

HSL color Cylindrical-coordinate representation of color #B6A968: hue angle of 50º degrees, saturation: 0.35, 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 #B6A968 is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB182169104-
CMYK00.070.430.29
HSL50º34.82%56.08%-
HSV(B)50º42.86%71.37%-
XYZ35.9839.3218.79-
YUV165.4893.31139.79-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40%
GREEN value IS 169 (66.41% from 255) = 37.14%
BLUE value IS 104 (41.02% from 255) = 22.86%
R=40%
G=37.14%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216910400.070.430.295034.8256.08
HexB6A968072B1D322338
Octal266251150075335624370
Binary10110110101010011101000011110101111101110010100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A968; }

 p { color: rgb(182,169,104); }

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

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

 a { background-color: rgb(182,169,104); }

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

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

 span { border-color: rgb(182,169,104); }

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