#B6B065

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

Shades of Gimblet #B6B065

Tints of Gimblet #B6B065

Color information

#B6B065 (or 0xB6B065) is unknown color: approx Gimblet. HEX triplet: B6, B0 and 65. RGB value is (182,176,101). Sum of RGB (Red+Green+Blue) = 182+176+101=459 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.65% from 459); Green value is 176 (69.14% from 255 or 38.34% from 459); Blue value is 101 (39.84% from 255 or 22.00% from 459); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B065 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6B065 is #494F9A. Grayscale: #A9A9A9. Windows color (decimal): -4804507 or 6664374. OLE color: 6664374.

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

Color convert

RGB182176101-
CMYK00.030.450.29
HSL55.56º35.68%55.49%-
HSV(B)55.56º44.51%71.37%-
XYZ37.1741.9418.45-
YUV169.2489.49137.1-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.65%
GREEN value IS 176 (69.14% from 255) = 38.34%
BLUE value IS 101 (39.84% from 255) = 22.00%
R=39.65%
G=38.34%
B=22.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217610100.030.450.2955.5635.6855.49
HexB6B065032D1D382437
Octal266260145035535704467
Binary1011011010110000110010101110110111101111000100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B065; }

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

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

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

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

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

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

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

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