#BFB260

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

Shades of Gimblet #BFB260

Tints of Gimblet #BFB260

Color information

#BFB260 (or 0xBFB260) is unknown color: approx Gimblet. HEX triplet: BF, B2 and 60. RGB value is (191,178,96). Sum of RGB (Red+Green+Blue) = 191+178+96=465 (61% of max value = 765). Red value is 191 (75% from 255 or 41.08% from 465); Green value is 178 (69.92% from 255 or 38.28% from 465); Blue value is 96 (37.89% from 255 or 20.65% from 465); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFB260 is #404D9F. Grayscale: #ACACAC. Windows color (decimal): -4214176 or 6337215. OLE color: 6337215.

HSL color Cylindrical-coordinate representation of color #BFB260: hue angle of 51.79º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BFB260 is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB19117896-
CMYK00.070.500.25
HSL51.79º42.6%56.27%-
HSV(B)51.79º49.74%74.9%-
XYZ39.5243.7617.43-
YUV172.5484.81141.17-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.08%
GREEN value IS 178 (69.92% from 255) = 38.28%
BLUE value IS 96 (37.89% from 255) = 20.65%
R=41.08%
G=38.28%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911789600.070.500.2551.7942.656.27
HexBFB260073219342b38
Octal277262140076231645370
Binary10111111101100101100000011111001011001110100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB260; }

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

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

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

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

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

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

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

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