#BFB363

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

Shades of Gimblet #BFB363

Tints of Gimblet #BFB363

Color information

#BFB363 (or 0xBFB363) is unknown color: approx Gimblet. HEX triplet: BF, B3 and 63. RGB value is (191,179,99). Sum of RGB (Red+Green+Blue) = 191+179+99=469 (62% of max value = 765). Red value is 191 (75% from 255 or 40.72% from 469); Green value is 179 (70.31% from 255 or 38.17% from 469); Blue value is 99 (39.06% from 255 or 21.11% from 469); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB363 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB363 is #404C9C. Grayscale: #ADADAD. Windows color (decimal): -4213917 or 6534079. OLE color: 6534079.

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

Color convert

RGB19117999-
CMYK00.060.480.25
HSL52.17º41.82%56.86%-
HSV(B)52.17º48.17%74.9%-
XYZ39.8644.2218.24-
YUV173.4785.98140.5-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.72%
GREEN value IS 179 (70.31% from 255) = 38.17%
BLUE value IS 99 (39.06% from 255) = 21.11%
R=40.72%
G=38.17%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911799900.060.480.2552.1741.8256.86
HexBFB363063019342a39
Octal277263143066031645271
Binary10111111101100111100011011011000011001110100101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB363; }

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

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

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

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

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

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

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

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