#BFAF63

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

Shades of Gimblet #BFAF63

Tints of Gimblet #BFAF63

Color information

#BFAF63 (or 0xBFAF63) is unknown color: approx Gimblet. HEX triplet: BF, AF and 63. RGB value is (191,175,99). Sum of RGB (Red+Green+Blue) = 191+175+99=465 (61% of max value = 765). Red value is 191 (75% from 255 or 41.08% from 465); Green value is 175 (68.75% from 255 or 37.63% from 465); Blue value is 99 (39.06% from 255 or 21.29% from 465); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAF63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAF63 is #40509C. Grayscale: #ABABAB. Windows color (decimal): -4214941 or 6533055. OLE color: 6533055.

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

Color convert

RGB19117599-
CMYK00.080.480.25
HSL49.57º41.82%56.86%-
HSV(B)49.57º48.17%74.9%-
XYZ39.0742.6417.98-
YUV171.1287.3142.18-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.08%
GREEN value IS 175 (68.75% from 255) = 37.63%
BLUE value IS 99 (39.06% from 255) = 21.29%
R=41.08%
G=37.63%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911759900.080.480.2549.5741.8256.86
HexBFAF63083019322a39
Octal2772571430106031625271
Binary101111111010111111000110100011000011001110010101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAF63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAF63; }

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

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

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

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

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

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

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

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