#B3AD67

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

Shades of Gimblet #B3AD67

Tints of Gimblet #B3AD67

Color information

#B3AD67 (or 0xB3AD67) is unknown color: approx Gimblet. HEX triplet: B3, AD and 67. RGB value is (179,173,103). Sum of RGB (Red+Green+Blue) = 179+173+103=455 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.34% from 455); Green value is 173 (67.97% from 255 or 38.02% from 455); Blue value is 103 (40.62% from 255 or 22.64% from 455); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AD67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3AD67 is #4C5298. Grayscale: #A7A7A7. Windows color (decimal): -5001881 or 6794675. OLE color: 6794675.

HSL color Cylindrical-coordinate representation of color #B3AD67: hue angle of 55.26º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B3AD67 is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.30.

Color convert

RGB179173103-
CMYK00.030.420.30
HSL55.26º33.33%55.29%-
HSV(B)55.26º42.46%70.2%-
XYZ35.9840.4518.74-
YUV166.8191.99136.69-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.34%
GREEN value IS 173 (67.97% from 255) = 38.02%
BLUE value IS 103 (40.62% from 255) = 22.64%
R=39.34%
G=38.02%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.42
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917310300.030.420.3055.2633.3355.29
HexB3AD67032A1E372137
Octal263255147035236674167
Binary1011001110101101110011101110101011110110111100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AD67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AD67; }

 p { color: rgb(179,173,103); }

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

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

 a { background-color: rgb(179,173,103); }

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

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

 span { border-color: rgb(179,173,103); }

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