#B7A967

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

Shades of Gimblet #B7A967

Tints of Gimblet #B7A967

Color information

#B7A967 (or 0xB7A967) is unknown color: approx Gimblet. HEX triplet: B7, A9 and 67. RGB value is (183,169,103). Sum of RGB (Red+Green+Blue) = 183+169+103=455 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.22% from 455); Green value is 169 (66.41% from 255 or 37.14% from 455); Blue value is 103 (40.62% from 255 or 22.64% from 455); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A967 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A967 is #485698. Grayscale: #A5A5A5. Windows color (decimal): -4740761 or 6793655. OLE color: 6793655.

HSL color Cylindrical-coordinate representation of color #B7A967: hue angle of 49.5º 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 #B7A967 is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.28.

Color convert

RGB183169103-
CMYK00.080.440.28
HSL49.5º35.71%56.08%-
HSV(B)49.5º43.72%71.76%-
XYZ36.1639.4218.54-
YUV165.6692.64140.37-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.22%
GREEN value IS 169 (66.41% from 255) = 37.14%
BLUE value IS 103 (40.62% from 255) = 22.64%
R=40.22%
G=37.14%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.44
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18316910300.080.440.2849.535.7156.08
HexB7A967082C1C322438
Octal2672511470105434624470
Binary101101111010100111001110100010110011100110010100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A967; }

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

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

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

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

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

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

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

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