#BFB263

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

Shades of Gimblet #BFB263

Tints of Gimblet #BFB263

Color information

#BFB263 (or 0xBFB263) is unknown color: approx Gimblet. HEX triplet: BF, B2 and 63. RGB value is (191,178,99). Sum of RGB (Red+Green+Blue) = 191+178+99=468 (61% of max value = 765). Red value is 191 (75% from 255 or 40.81% from 468); Green value is 178 (69.92% from 255 or 38.03% from 468); Blue value is 99 (39.06% from 255 or 21.15% from 468); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFB263 is #404D9C. Grayscale: #ADADAD. Windows color (decimal): -4214173 or 6533823. OLE color: 6533823.

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

Color convert

RGB19117899-
CMYK00.070.480.25
HSL51.52º41.82%56.86%-
HSV(B)51.52º48.17%74.9%-
XYZ39.6643.8218.17-
YUV172.8886.31140.92-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.81%
GREEN value IS 178 (69.92% from 255) = 38.03%
BLUE value IS 99 (39.06% from 255) = 21.15%
R=40.81%
G=38.03%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911789900.070.480.2551.5241.8256.86
HexBFB263073019342a39
Octal277262143076031645271
Binary10111111101100101100011011111000011001110100101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB263; }

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

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

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

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

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

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

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

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