#BFAF69

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

Shades of Gimblet #BFAF69

Tints of Gimblet #BFAF69

Color information

#BFAF69 (or 0xBFAF69) is unknown color: approx Gimblet. HEX triplet: BF, AF and 69. RGB value is (191,175,105). Sum of RGB (Red+Green+Blue) = 191+175+105=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 175 (68.75% from 255 or 37.15% from 471); Blue value is 105 (41.41% from 255 or 22.29% from 471); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAF69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAF69 is #405096. Grayscale: #ACACAC. Windows color (decimal): -4214935 or 6926271. OLE color: 6926271.

HSL color Cylindrical-coordinate representation of color #BFAF69: hue angle of 48.84º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BFAF69 is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB191175105-
CMYK00.080.450.25
HSL48.84º40.19%58.04%-
HSV(B)48.84º45.03%74.9%-
XYZ39.3742.7619.54-
YUV171.890.3141.69-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.55%
GREEN value IS 175 (68.75% from 255) = 37.15%
BLUE value IS 105 (41.41% from 255) = 22.29%
R=40.55%
G=37.15%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117510500.080.450.2548.8440.1958.04
HexBFAF69082D1931283a
Octal2772571510105531615072
Binary101111111010111111010010100010110111001110001101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAF69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAF69; }

 p { color: rgb(191,175,105); }

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

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

 a { background-color: rgb(191,175,105); }

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

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

 span { border-color: rgb(191,175,105); }

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