#B6B066

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

Shades of Gimblet #B6B066

Tints of Gimblet #B6B066

Color information

#B6B066 (or 0xB6B066) is unknown color: approx Gimblet. HEX triplet: B6, B0 and 66. RGB value is (182,176,102). Sum of RGB (Red+Green+Blue) = 182+176+102=460 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.57% from 460); Green value is 176 (69.14% from 255 or 38.26% from 460); Blue value is 102 (40.23% from 255 or 22.17% from 460); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B066 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6B066 is #494F99. Grayscale: #A9A9A9. Windows color (decimal): -4804506 or 6729910. OLE color: 6729910.

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

Color convert

RGB182176102-
CMYK00.030.440.29
HSL55.5º35.4%55.69%-
HSV(B)55.5º43.96%71.37%-
XYZ37.2241.9618.71-
YUV169.3689.99137.02-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.57%
GREEN value IS 176 (69.14% from 255) = 38.26%
BLUE value IS 102 (40.23% from 255) = 22.17%
R=39.57%
G=38.26%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217610200.030.440.2955.535.455.69
HexB6B066032C1D382338
Octal266260146035435704370
Binary1011011010110000110011001110110011101111000100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B066; }

 p { color: rgb(182,176,102); }

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

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

 a { background-color: rgb(182,176,102); }

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

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

 span { border-color: rgb(182,176,102); }

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