#B6AF67

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

Shades of Gimblet #B6AF67

Tints of Gimblet #B6AF67

Color information

#B6AF67 (or 0xB6AF67) is unknown color: approx Gimblet. HEX triplet: B6, AF and 67. RGB value is (182,175,103). Sum of RGB (Red+Green+Blue) = 182+175+103=460 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.57% from 460); Green value is 175 (68.75% from 255 or 38.04% from 460); Blue value is 103 (40.62% from 255 or 22.39% from 460); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AF67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6AF67 is #495098. Grayscale: #A9A9A9. Windows color (decimal): -4804761 or 6795190. OLE color: 6795190.

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

Color convert

RGB182175103-
CMYK00.040.430.29
HSL54.68º35.11%55.88%-
HSV(B)54.68º43.41%71.37%-
XYZ37.0741.5818.9-
YUV168.8890.82137.35-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.57%
GREEN value IS 175 (68.75% from 255) = 38.04%
BLUE value IS 103 (40.62% from 255) = 22.39%
R=39.57%
G=38.04%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217510300.040.430.2954.6835.1155.88
HexB6AF67042B1D372338
Octal266257147045335674370
Binary10110110101011111100111010010101111101110111100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AF67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AF67; }

 p { color: rgb(182,175,103); }

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

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

 a { background-color: rgb(182,175,103); }

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

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

 span { border-color: rgb(182,175,103); }

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