#BFB356

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

Shades of Gimblet #BFB356

Tints of Gimblet #BFB356

Color information

#BFB356 (or 0xBFB356) is unknown color: approx Gimblet. HEX triplet: BF, B3 and 56. RGB value is (191,179,86). Sum of RGB (Red+Green+Blue) = 191+179+86=456 (60% of max value = 765). Red value is 191 (75% from 255 or 41.89% from 456); Green value is 179 (70.31% from 255 or 39.25% from 456); Blue value is 86 (33.98% from 255 or 18.86% from 456); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB356 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB356 is #404CA9. Grayscale: #ACACAC. Windows color (decimal): -4213930 or 5682111. OLE color: 5682111.

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

Color convert

RGB19117986-
CMYK00.060.550.25
HSL53.14º45.06%54.31%-
HSV(B)53.14º54.97%74.9%-
XYZ39.2943.9915.22-
YUV171.9979.48141.56-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.89%
GREEN value IS 179 (70.31% from 255) = 39.25%
BLUE value IS 86 (33.98% from 255) = 18.86%
R=41.89%
G=39.25%
B=18.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911798600.060.550.2553.1445.0654.31
HexBFB356063719352d36
Octal277263126066731655566
Binary10111111101100111010110011011011111001110101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB356; }

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

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

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

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

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

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

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

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