#B7A367

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

Shades of Gimblet #B7A367

Tints of Gimblet #B7A367

Color information

#B7A367 (or 0xB7A367) is unknown color: approx Gimblet. HEX triplet: B7, A3 and 67. RGB value is (183,163,103). Sum of RGB (Red+Green+Blue) = 183+163+103=449 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.76% from 449); Green value is 163 (64.06% from 255 or 36.30% from 449); Blue value is 103 (40.62% from 255 or 22.94% from 449); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A367 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A367 is #485C98. Grayscale: #A2A2A2. Windows color (decimal): -4742297 or 6792119. OLE color: 6792119.

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

Color convert

RGB183163103-
CMYK00.110.440.28
HSL45º35.71%56.08%-
HSV(B)45º43.72%71.76%-
XYZ35.0737.2418.17-
YUV162.1494.63142.88-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.76%
GREEN value IS 163 (64.06% from 255) = 36.30%
BLUE value IS 103 (40.62% from 255) = 22.94%
R=40.76%
G=36.30%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.44
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18316310300.110.440.284535.7156.08
HexB7A3670B2C1C2d2438
Octal2672431470135434554470
Binary101101111010001111001110101110110011100101101100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A367; }

 p { color: rgb(183,163,103); }

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

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

 a { background-color: rgb(183,163,103); }

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

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

 span { border-color: rgb(183,163,103); }

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