#BFB063

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

Shades of Gimblet #BFB063

Tints of Gimblet #BFB063

Color information

#BFB063 (or 0xBFB063) is unknown color: approx Gimblet. HEX triplet: BF, B0 and 63. RGB value is (191,176,99). Sum of RGB (Red+Green+Blue) = 191+176+99=466 (61% of max value = 765). Red value is 191 (75% from 255 or 40.99% from 466); Green value is 176 (69.14% from 255 or 37.77% from 466); Blue value is 99 (39.06% from 255 or 21.24% from 466); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFB063 is #404F9C. Grayscale: #ACACAC. Windows color (decimal): -4214685 or 6533311. OLE color: 6533311.

HSL color Cylindrical-coordinate representation of color #BFB063: hue angle of 50.22º 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 #BFB063 is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB19117699-
CMYK00.080.480.25
HSL50.22º41.82%56.86%-
HSV(B)50.22º48.17%74.9%-
XYZ39.2643.0318.04-
YUV171.7186.97141.76-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.99%
GREEN value IS 176 (69.14% from 255) = 37.77%
BLUE value IS 99 (39.06% from 255) = 21.24%
R=40.99%
G=37.77%
B=21.24%

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
Decimal1911769900.080.480.2550.2241.8256.86
HexBFB063083019322a39
Octal2772601430106031625271
Binary101111111011000011000110100011000011001110010101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB063; }

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

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

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

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

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

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

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

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