#BAAB67

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

Shades of Gimblet #BAAB67

Tints of Gimblet #BAAB67

Color information

#BAAB67 (or 0xBAAB67) is unknown color: approx Gimblet. HEX triplet: BA, AB and 67. RGB value is (186,171,103). Sum of RGB (Red+Green+Blue) = 186+171+103=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 171 (67.19% from 255 or 37.17% from 460); Blue value is 103 (40.62% from 255 or 22.39% from 460); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAB67 is #455498. Grayscale: #A8A8A8. Windows color (decimal): -4543641 or 6794170. OLE color: 6794170.

HSL color Cylindrical-coordinate representation of color #BAAB67: hue angle of 49.16º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BAAB67 is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB186171103-
CMYK00.080.450.27
HSL49.16º37.56%56.67%-
HSV(B)49.16º44.62%72.94%-
XYZ37.2640.5418.69-
YUV167.7391.47141.03-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.43%
GREEN value IS 171 (67.19% from 255) = 37.17%
BLUE value IS 103 (40.62% from 255) = 22.39%
R=40.43%
G=37.17%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617110300.080.450.2749.1637.5656.67
HexBAAB67082D1B312639
Octal2722531470105533614671
Binary101110101010101111001110100010110111011110001100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAB67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAB67; }

 p { color: rgb(186,171,103); }

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

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

 a { background-color: rgb(186,171,103); }

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

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

 span { border-color: rgb(186,171,103); }

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