#BFB364

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

Shades of Gimblet #BFB364

Tints of Gimblet #BFB364

Color information

#BFB364 (or 0xBFB364) is unknown color: approx Gimblet. HEX triplet: BF, B3 and 64. RGB value is (191,179,100). Sum of RGB (Red+Green+Blue) = 191+179+100=470 (62% of max value = 765). Red value is 191 (75% from 255 or 40.64% from 470); Green value is 179 (70.31% from 255 or 38.09% from 470); Blue value is 100 (39.45% from 255 or 21.28% from 470); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB364 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB364 is #404C9B. Grayscale: #ADADAD. Windows color (decimal): -4213916 or 6599615. OLE color: 6599615.

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

Color convert

RGB191179100-
CMYK00.060.480.25
HSL52.09º41.55%57.06%-
HSV(B)52.09º47.64%74.9%-
XYZ39.9144.2418.49-
YUV173.5886.48140.42-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.64%
GREEN value IS 179 (70.31% from 255) = 38.09%
BLUE value IS 100 (39.45% from 255) = 21.28%
R=40.64%
G=38.09%
B=21.28%

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
Decimal19117910000.060.480.2552.0941.5557.06
HexBFB364063019342a39
Octal277263144066031645271
Binary10111111101100111100100011011000011001110100101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB364; }

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

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

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

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

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

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

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

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