#BFAB66

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

Shades of Gimblet #BFAB66

Tints of Gimblet #BFAB66

Color information

#BFAB66 (or 0xBFAB66) is unknown color: approx Gimblet. HEX triplet: BF, AB and 66. RGB value is (191,171,102). Sum of RGB (Red+Green+Blue) = 191+171+102=464 (61% of max value = 765). Red value is 191 (75% from 255 or 41.16% from 464); Green value is 171 (67.19% from 255 or 36.85% from 464); Blue value is 102 (40.23% from 255 or 21.98% from 464); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAB66 is #405499. Grayscale: #A9A9A9. Windows color (decimal): -4215962 or 6728639. OLE color: 6728639.

HSL color Cylindrical-coordinate representation of color #BFAB66: hue angle of 46.52º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BFAB66 is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB191171102-
CMYK00.100.470.25
HSL46.52º41.01%57.45%-
HSV(B)46.52º46.6%74.9%-
XYZ38.4541.1618.49-
YUV169.1190.13143.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.16%
GREEN value IS 171 (67.19% from 255) = 36.85%
BLUE value IS 102 (40.23% from 255) = 21.98%
R=41.16%
G=36.85%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117110200.100.470.2546.5241.0157.45
HexBFAB660A2F192f2939
Octal2772531460125731575171
Binary101111111010101111001100101010111111001101111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAB66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAB66; }

 p { color: rgb(191,171,102); }

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

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

 a { background-color: rgb(191,171,102); }

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

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

 span { border-color: rgb(191,171,102); }

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